mirror of
https://github.com/ilyakooo0/helix.git
synced 2025-01-07 15:30:02 +03:00
Add Ctrl-i alias for Windows (#4961)
This commit is contained in:
parent
8c2692caf1
commit
39ce82b7a5
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user