blob: 5735612af14e4fbf770d88ca53bc392487b5ac6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# keybind = alt+k=scroll_page_fractional:-0.4
# keybind = alt+j=scroll_page_fractional:+0.4
# keybind = alt+b=scroll_page_up
# keybind = alt+f=scroll_page_down
keybind = alt+c=copy_to_clipboard
keybind = alt+v=paste_from_clipboard
# keybind = alt+shift+k=increase_font_size:1
# keybind = alt+shift+j=decrease_font_size:1
keybind = super+-=decrease_font_size:3
keybind = super+plus=increase_font_size:3
keybind = super+equal=increase_font_size:3
keybind = super+shift+equal=increase_font_size:3
keybind = ctrl+l=unbind
keybind = ctrl+w=unbind
keybind = ctrl+zero=unbind
keybind = ctrl+enter=unbind
keybind = super+enter=new_split:auto
keybind = super+f=toggle_split_zoom
keybind = super+h=goto_split:left
keybind = super+j=goto_split:next
keybind = super+k=goto_split:previous
keybind = super+l=goto_split:right
keybind = ctrl+1=goto_tab:1
keybind = ctrl+2=goto_tab:2
keybind = ctrl+3=goto_tab:3
keybind = ctrl+4=goto_tab:4
keybind = ctrl+5=goto_tab:5
keybind = ctrl+6=goto_tab:6
keybind = ctrl+7=goto_tab:7
keybind = ctrl+8=goto_tab:8
# keybind = resize_split:up,10
keybind = super+q=close_window
keybind = super+r=reload_config
theme=gruber-darker
window-decoration=true
confirm-close-surface=false
macos-option-as-alt=true
clipboard-read = allow
clipboard-write = allow
clipboard-paste-protection=false
shell-integration-features = no-cursor
|