From 67017e533691e383363079dccbecbb2afb021be5 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Mon, 7 Sep 2020 17:17:14 +0900 Subject: append mode --- helix-term/src/keymap.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'helix-term') diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index ddbff3ea..4b176b61 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -120,6 +120,10 @@ pub fn default() -> Keymap { code: KeyCode::Char('i'), modifiers: Modifiers::NONE } => commands::insert_mode as Command, + Key { + code: KeyCode::Char('a'), + modifiers: Modifiers::NONE + } => commands::append_mode as Command, Key { code: KeyCode::Esc, modifiers: Modifiers::NONE -- cgit v1.2.3-70-g09d2