From 9b81589fba5406dd408dea606442d1303eee6731 Mon Sep 17 00:00:00 2001 From: Mikko Date: Mon, 16 Oct 2023 11:46:01 +0300 Subject: [PATCH] help: fix incorrect instructions for disabling key binding (#2943) --- runtime/help/options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/help/options.md b/runtime/help/options.md index da3f0bd4..2c995f56 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -206,7 +206,7 @@ Here are the available options: * `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 - 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`