Switch alacritty vim mode on Alt+s
This commit is contained in:
parent
072e051632
commit
87f74f4965
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ key_bindings:
|
|||
|
||||
# Vi Mode
|
||||
- { key: Space, mods: Shift|Control, mode: Vi, action: ScrollToBottom }
|
||||
- { key: Space, mods: Shift|Control, action: ToggleViMode }
|
||||
- { key: S, mods: Alt, action: ToggleViMode }
|
||||
- { key: Escape, mode: Vi, action: ClearSelection }
|
||||
- { key: I, mode: Vi, action: ScrollToBottom }
|
||||
- { key: I, mode: Vi, action: ToggleViMode }
|
||||
|
|
Loading…
Add table
Reference in a new issue