blob: ed471553e1f2a2ab6769c1dc5f623ad91e724923 (
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
|
# Fonts
font_family family="FiraCode Nerd Font Mono" style="retina"
font_size 16.0
adjust_line_height 160%
# Text cursor customization
cursor_beam_thickness 10.0
cursor_blink_interval 0
# Scrollback
scrollbar_interactive no
# Terminal bell
enable_audio_bell no
# Window layout
enabled_layouts splits,stack
# Tab bar
tab_bar_style hidden
# Advanced
update_check_interval 0
# OS specific tweaks
macos_titlebar_color background
macos_traditional_fullscreen yes
# Keyboard shortcuts
map cmd+p select_tab
map cmd+1 goto_tab 1
map cmd+2 goto_tab 2
map cmd+3 goto_tab 3
map cmd+4 goto_tab 4
map cmd+enter toggle_fullscreen
map cmd+shift+enter toggle_layout stack
map cmd+d launch --location=hsplit
map cmd+shift+d launch --location=vsplit
map cmd+w close_window
map ctrl+h neighboring_window left
map ctrl+j neighboring_window bottom
map ctrl+k neighboring_window up
map ctrl+l neighboring_window right
map f1 set_window_title
|