summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-19 13:13:28 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-20 19:28:45 +1100
commit56424eb1aa70673b1983cad3949fa91c7bab3e1a (patch)
tree87dd471c25f41dc4b54dcd687c3b0e1648a9eb87 /docs/Config.md
parent38c7030b0f1cd62417e59091ebe68b4d387060a5 (diff)
remove x keybinding for opening menu so we now only use '?'
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 34ca5df4e..024785f64 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -136,7 +136,7 @@ keybinding:
jumpToBlock: ['1', '2', '3', '4', '5'] # goto the Nth block / panel
nextMatch: 'n'
prevMatch: 'N'
- optionMenu: 'x' # show help menu
+ optionMenu: null # show help menu
optionMenu-alt1: '?' # show help menu
select: '<space>'
goInto: '<enter>'