alacritty: add toggle fullscreen

This commit is contained in:
2019-07-16 17:38:38 +01:00
parent 744da95491
commit e2e4b08317

View File

@@ -398,13 +398,22 @@ key_bindings:
- chars: \ - chars: \
key: Y key: Y
mods: Alt mods: Alt
- action: ToggleFullscreen
key: F
mods: Command
live_config_reload: true live_config_reload: true
mouse: mouse:
double_click: double_click:
threshold: 300 threshold: 300
faux_scrollback_lines: 1 faux_scrollback_lines: 1
hide_when_typing: false
triple_click: triple_click:
threshold: 300 threshold: 300
url:
launcher:
args: []
program: ''
modifiers: None
mouse_bindings: mouse_bindings:
- action: PasteSelection - action: PasteSelection
mouse: Middle mouse: Middle