Add Ctrl-i alias for Windows (#4961)

pull/4973/head
lesleyrs 2022-12-02 15:02:29 +01:00 committed by GitHub
parent 8c2692caf1
commit 39ce82b7a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,