summaryrefslogtreecommitdiff
path: root/kitty/kitty.conf
blob: 27857f7706d53e29ce598de8aca1b0b0915f5cf9 (plain) (blame)
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
font_family      "FiraCode Nerd Font Mono"
font_size 12.0
cursor #cccccc
scrollback_lines -1
sync_to_monitor yes
enable_audio_bell no
visual_bell_duration 0
window_alert_on_bell no
bell_on_tab "🔔 "
remember_window_size  no
initial_window_width  1205
initial_window_height 920
window_border_width 0
window_margin_width 0
single_window_margin_width -1
window_padding_width 0
single_window_padding_width -1
placement_strategy center
tab_bar_style powerline
tab_bar_min_tabs 1
tab_separator " | "
tab_title_template "{fmt.fg.red}{bell_symbol}{activity_symbol}{fmt.fg.tab}{index}: {title}"
active_tab_font_style   bold-italic
#: Color scheme {{{
include monokai.conf
#: }}}

allow_remote_control yes
wayland_titlebar_color system
map kitty_mod+k 	clear_terminal reset active
map kitty_mod+F5 	launch --location=hsplit --cwd=current
map kitty_mod+F6 	launch --location=vsplit --cwd=current
map ctrl+insert		copy_to_clipboard
map shift+insert	paste_from_clipboard