Add alacritty vi controls
This commit is contained in:
parent
580077e498
commit
f74f7b4d02
|
@ -46,6 +46,10 @@ colors:
|
|||
|
||||
key_bindings:
|
||||
- { key: F11, action: ToggleFullscreen }
|
||||
- { key: Escape, mode: Vi, action: ToggleViMode}
|
||||
|
||||
scrolling:
|
||||
history: 10000
|
||||
|
||||
window:
|
||||
dynamic_padding: true
|
||||
|
|
Loading…
Reference in New Issue