diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-26 03:43:32 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-27 09:15:37 +0200 |
commit | dc002a2db47bb8e9c513ea834c52ebc72441eca9 (patch) | |
tree | e02d4a910a7e3011f51a99e36f0dc2006e63f049 /README.adoc | |
parent | a32916ffcfa64957ebe7f9b59eeefc2a8f554a1f (diff) | |
download | xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.tar.gz xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.tar.xz xK-dc002a2db47bb8e9c513ea834c52ebc72441eca9.zip |
xC: revise configuration options
This commit constitutes a breaking change to old configurations.
All behaviour.* options have now become general.*, with the following
few renames as exceptions:
- editor_command -> editor
- backlog_helper -> pager
- backlog_helper_strip_formatting -> pager_strip_formatting
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.adoc b/README.adoc index 2c1df33..7112a41 100644 --- a/README.adoc +++ b/README.adoc @@ -161,9 +161,9 @@ black-on-white and white-on-black terminals, or anything wild in between. Assuming that your build supports Lua plugins, and that you have a decent, properly set-up terminal emulator, it suffices to run: - /set behaviour.backlog_helper = Press Tab here and change +Gb to +Gb1d - /set behaviour.date_change_line = "%a %e %b %Y" - /set behaviour.plugin_autoload += "fancy-prompt.lua" + /set general.pager = Press Tab here and change +Gb to +Gb1d + /set general.date_change_line = "%a %e %b %Y" + /set general.plugin_autoload += "fancy-prompt.lua" /set attributes.userhost = "\x1b[38;5;109m" /set attributes.join = "\x1b[38;5;108m" /set attributes.part = "\x1b[38;5;138m" |