blob: e1095832ac48cfaad28540971e09e0d897fcb086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
window-decoration = true
copy-on-select = true
quick-terminal-position = bottom
quick-terminal-screen = mouse
shell-integration = zsh
bold-is-bright = true
# Toggle window decorations only works on Linux!
keybind = ctrl+shift+d=toggle_window_decorations
keybind = ctrl+shift+f=toggle_fullscreen
keybind = ctrl+shift+g=reload_config
# Toggle quick terminal only supported for MacOS
keybind = global:ctrl+shift+t=toggle_quick_terminal
keybind = ctrl+shift+c=copy_to_clipboard
keybind = ctrl+shift+v=paste_from_clipboard
keybind = ctrl+shift+w=paste_from_selection
|