Skip to content

Commit

Permalink
keybinding doc for nextMatch/prevMatch in Config.md (jesseduffield#659)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen authored and jesseduffield committed Feb 24, 2020
1 parent 8ad01fe commit b8717d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit b8717d7

Please sign in to comment.