mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 18:30:13 +00:00
vim terminal mode adjustment
This commit is contained in:
@ -595,7 +595,9 @@ key_bindings:
|
||||
- { key: O, mods: Super, chars: "edit\x0D" } # CMD-O opens file in vim
|
||||
- { key: R, mods: Super, chars: "recent\x0D" } # CMD-R opens file in vim
|
||||
|
||||
- { key: Return, mods: Shift, chars: "\x1b[13;2u" }
|
||||
- { key: Return, mods: Shift, chars: "\x1b[13;2u" }
|
||||
- { key: Return, mods: Control, chars: "\x1b[13;5u" }
|
||||
- { key: Return, mods: Control|Shift, chars: "\x1b[13;6u" }
|
||||
- { key: N, mods: Command, action: SpawnNewInstance }
|
||||
- { key: PageUp, action: ScrollPageUp }
|
||||
- { key: PageUp, mode: Alt, chars: "\x1B[5~" }
|
||||
|
Reference in New Issue
Block a user