Skip to content

Commit

Permalink
Add Ctrl-i alias for Windows (helix-editor#4961)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesleyrs authored and Shekhinah Memmel committed Dec 11, 2022
1 parent cc338cb commit eb30c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/keymap/default.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ pub fn default() -> HashMap<Mode, Keymap> {

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

"tab" => jump_forward, // tab == <C-i>
"C-i" | "tab" => jump_forward, // tab == <C-i>
"C-o" => jump_backward,
"C-s" => save_selection,

Expand Down

0 comments on commit eb30c42

Please sign in to comment.