help: fix incorrect instructions for disabling key binding (#2943)

This commit is contained in:
Mikko 2023-10-16 11:46:01 +03:00 committed by GitHub
parent dc6a275e04
commit 9b81589fba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -206,7 +206,7 @@ Here are the available options:
* `keymenu`: display the nano-style key menu at the bottom of the screen. Note * `keymenu`: display the nano-style key menu at the bottom of the screen. Note
that ToggleKeyMenu is bound to `Alt-g` by default and this is displayed in that ToggleKeyMenu is bound to `Alt-g` by default and this is displayed in
the statusline. To disable this, simply by `Alt-g` to `UnbindKey`. the statusline. To disable the key binding, bind `Alt-g` to `None`.
default value: `false` default value: `false`