summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSam Burville <Sam.Burville@GlobalProcessing.com>2021-10-15 21:00:24 +0100
committerJesse Duffield <jessedduffield@gmail.com>2021-10-22 22:38:26 +1100
commit91e8765d9ca04aa88377f07d8abe665fb8fc66fe (patch)
tree35a9eb97cd0e50ecc23e3057c80072899100bb97 /docs
parent80a8e9b04d6fe5214136f92c644e5a412a94c59e (diff)
Add JumpToBlock keybinding
This should allow users to decide their own keybinding for jumping between blocks/panels. E.g. A user could choose 5-9 instead of 1-5.
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 8f61d1b62..b1cf78307 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -101,6 +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
nextMatch: 'n'
prevMatch: 'N'
optionMenu: 'x' # show help menu