summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSam Burville <Sam.Burville@GlobalProcessing.com>2021-10-17 18:22:59 +0100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-22 22:38:26 +1100
commitf6e316dfe5a35696e091f760e533a7a62f946f99 (patch)
tree2a9431d543b47ff4c74e9a9d3ccf74d6b755813c /docs
parent91e8765d9ca04aa88377f07d8abe665fb8fc66fe (diff)
Improve JumpToBlock keybinding functionality
Improve experience when yaml file has != 5 keybindings and change view helper to use the length of the array instead of hardcoded value.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index b1cf78307..7b112aedc 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -101,7 +101,7 @@ keybinding:
nextBlock: '<right>' # goto the next block / panel
prevBlock-alt: 'h' # goto the previous block / panel
nextBlock-alt: 'l' # goto the next block / panel
- jumpToBlock: "1", "2", "3", "4", "5" # goto the Nth block / panel
+ jumpToBlock: ["1", "2", "3", "4", "5"] # goto the Nth block / panel
nextMatch: 'n'
prevMatch: 'N'
optionMenu: 'x' # show help menu