summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2020-02-24 14:28:42 -0800
committerJesse Duffield <jessedduffield@gmail.com>2020-02-25 09:37:28 +1100
commitb8717d750a6d60b8f76698756e4d9ca9977ae14d (patch)
treee6c61b808f18694f24fec6c6ca6e1c67db19d2a8 /docs
parent8ad01fe32fcc20f07bc6693f87aa4977c327f1e1 (diff)
keybinding doc for nextMatch/prevMatch in Config.md (#659)
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index d255ef1b9..5700f8d40 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -53,6 +53,8 @@ Default path for the config file:
nextBlock: '<right>' # goto the next block / panel
prevBlock-alt: 'h' # goto the previous block / panel
nextBlock-alt: 'l' # goto the next block / panel
+ nextMatch: 'n'
+ prevMatch: 'N'
optionMenu: 'x' # show help menu
optionMenu-alt1: '?' # show help menu
select: '<space>'
@@ -217,6 +219,8 @@ For all possible keybinding options, check [Custom_Keybinding.md](https://github
nextItem-alt: 'e'
prevBlock-alt: 'n'
nextBlock-alt: 'i'
+ nextMatch: '='
+ prevMatch: '-'
new: 'k'
edit: 'o'
openFile: 'O'