Add Ctrl-i alias for Windows (#4961)

pull/1/head
lesleyrs 1 year ago committed by GitHub
parent 8c2692caf1
commit 39ce82b7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save