diff options
author | Jan Hrastnik | 2020-10-19 14:16:00 +0000 |
---|---|---|
committer | Jan Hrastnik | 2020-10-19 14:16:00 +0000 |
commit | ae8ff9623efdf2a4267358d87d779b313c695689 (patch) | |
tree | 0b04dc107294214f0440ea5217251720dabbeb5d /helix-view/src/keymap.rs | |
parent | bc2c652fe885c7e7953224268688a6d7b6dea80e (diff) |
fix warnings
Diffstat (limited to 'helix-view/src/keymap.rs')
-rw-r--r-- | helix-view/src/keymap.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/keymap.rs b/helix-view/src/keymap.rs index 69e6cabb..f70b9deb 100644 --- a/helix-view/src/keymap.rs +++ b/helix-view/src/keymap.rs @@ -163,7 +163,6 @@ pub fn default() -> Keymaps { vec![key!('p')] => commands::paste, vec![key!('>')] => commands::indent, vec![key!('<')] => commands::unindent, - vec![key!(':')] => commands::command_mode, vec![Key { code: KeyCode::Esc, modifiers: Modifiers::NONE |