diff options
author | Robin Jarry <robin@jarry.cc> | 2022-11-15 22:44:08 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-16 16:11:41 +0100 |
commit | 2e821009af339c9bf01d97a825a8d50273088730 (patch) | |
tree | 80f4500a0f51f01ce42212c3771192981c2111b6 /doc | |
parent | 5dfc1ff5df71a62d9e114a84ac036cf4c2cb8540 (diff) | |
download | aerc-2e821009af339c9bf01d97a825a8d50273088730.tar.gz |
commands: remove broken :set command
This may have worked at some point in time but that is not the case
anymore. To accommodate for the rework of the config module, it needs to
be removed anyway.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Acked-by: Moritz Poldrack <moritz@poldrack.dev>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 9fe1dd59..4f9b6a7f 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -92,16 +92,6 @@ These commands work in any context. *pwd* Displays aerc's current working directory in the status bar. -*set* <category>.<option> <value> - Changes the value of a configuration parameter at runtime. The category is - the name of the [heading] for the config option you wish to change, and the - option is the name of the config option. For example, to change this option: - - \[ui]++ - index-format=before - - Use :set ui.index-format after. - *term* [command...] *terminal* Opens a new terminal tab with a shell running in the current working |