Skip to content

Commit f7c5f84

Browse files
lesleyrsFrederik Vestre
authored andcommitted
Add Ctrl-i alias for Windows (helix-editor#4961)
1 parent 58ecd6d commit f7c5f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helix-term/src/keymap/default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub fn default() -> HashMap<Mode, Keymap> {
198198

199199
// z family for save/restore/combine from/to sels from register
200200

201-
"tab" => jump_forward, // tab == <C-i>
201+
"C-i" | "tab" => jump_forward, // tab == <C-i>
202202
"C-o" => jump_backward,
203203
"C-s" => save_selection,
204204

0 commit comments

Comments
 (0)