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 a31676e4..c1677847 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -185,6 +185,7 @@ pub fn default() -> Keymaps { vec![ctrl!('d')] => commands::half_page_down, vec![ctrl!('p')] => commands::file_picker, + vec![ctrl!('b')] => commands::buffer_picker, ), Mode::Insert => hashmap!( vec![Key { |