diff options
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 824d469d..aa1f8cce 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -196,7 +196,9 @@ pub fn default() -> Keymaps { key!('[') => commands::expand_selection, key!('/') => commands::search, + // ? for search_reverse key!('n') => commands::search_next, + // N for search_prev key!('*') => commands::search_selection, key!('u') => commands::undo, |