From b8717d750a6d60b8f76698756e4d9ca9977ae14d Mon Sep 17 00:00:00 2001 From: David Chen Date: Mon, 24 Feb 2020 14:28:42 -0800 Subject: [PATCH] keybinding doc for nextMatch/prevMatch in Config.md (#659) --- docs/Config.md | 4 ++++ 1 file changed, 4 insertions(+) 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: '' # 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: '' @@ -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'