diff options
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index e20c8ebf..26b2b5fe 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -220,6 +220,7 @@ pub fn default() -> Keymaps { shift!('K') => commands::keep_selections, // TODO: and another method for inverse + // TODO: clashes with space mode key!(' ') => commands::keep_primary_selection, // key!('q') => commands::record_macro, |