aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2020-12-21 07:23:05 +0000
committerBlaž Hrastnik2020-12-21 07:26:22 +0000
commit3d3295bb759994d4fbf328c126678f63e0c38d4f (patch)
treeca93396f3fa0c42a8c6f0c2277f41b1d344fe791 /helix-term/src/keymap.rs
parentea502c8665332932b2311df3852b5ac8df6509af (diff)
ui: buffer picker on ctrl-b
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs1
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 {