aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/keymap.rs
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-08-08 04:50:03 +0000
committerBlaž Hrastnik2021-08-08 05:08:54 +0000
commitf0eb6ed96a6e61ee6abe3aa14071cfc003d0b37f (patch)
treed499876d61eeecbace41b8e14051f9e7fa751ab9 /helix-term/src/keymap.rs
parentdbd853a08211123c335d1bdeead7865d30d08a3f (diff)
Resolve a couple TODOs
Diffstat (limited to 'helix-term/src/keymap.rs')
-rw-r--r--helix-term/src/keymap.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs
index ca28a894..1267eca2 100644
--- a/helix-term/src/keymap.rs
+++ b/helix-term/src/keymap.rs
@@ -475,8 +475,7 @@ impl Default for Keymaps {
// z family for save/restore/combine from/to sels from register
- // supposedly "C-i" but did not work
- "tab" => jump_forward,
+ "tab" => jump_forward, // tab == <C-i>
"C-o" => jump_backward,
// "C-s" => save_selection,