diff options
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r-- | helix-term/src/keymap.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index cce3d31f..dabb8adf 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -201,16 +201,6 @@ impl Default for Keymaps { key!('m') => Command::surround, - // TODO: refactor into - // key!('m') => commands::select_to_matching, - // key!('M') => commands::back_select_to_matching, - // select mode extend equivalents - - // key!('.') => commands::repeat_insert, - // repeat_select - - // TODO: figure out what key to use - // key!('[') => Command::expand_selection, ?? key!('[') => Command::left_bracket_mode, key!(']') => Command::right_bracket_mode, |