mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
56 lines
1 KiB
Text
56 lines
1 KiB
Text
hide_window_decorations yes
|
|
update_check_interval 0
|
|
enabled_layouts horizontal
|
|
include colo_tokyonight_night.conf
|
|
|
|
## some non terminal things
|
|
shell fish
|
|
|
|
## Remote control
|
|
allow_remote_control socket-only
|
|
listen_on unix:/tmp/kitty
|
|
|
|
## Font
|
|
font_size 12.6
|
|
font_family Jetbrains Mono
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
disable_ligatures never
|
|
|
|
## Tabs
|
|
tab_bar_style fade
|
|
tab_bar_edge top
|
|
tab_fade 1
|
|
|
|
## Bell
|
|
enable_audio_bell no
|
|
visual_bell_duration 0
|
|
|
|
## Cursor
|
|
cursor_beam_thickness 0
|
|
cursor_shape underline
|
|
cursor_underline_thickness 1.3
|
|
cursor_blink_interval 0
|
|
|
|
## Mouse
|
|
mouse_hide_wait .5
|
|
focus_follows_mouse no
|
|
|
|
## Mappings
|
|
map alt+1 goto_tab 1
|
|
map alt+2 goto_tab 2
|
|
map alt+3 goto_tab 3
|
|
map alt+4 goto_tab 4
|
|
map alt+5 goto_tab 5
|
|
map alt+6 goto_tab 6
|
|
map alt+7 goto_tab 7
|
|
map alt+8 goto_tab 8
|
|
map alt+9 goto_tab 9
|
|
map kitty_mod+t new_tab_with_cwd
|
|
map kitty_mod+enter new_window_with_cwd
|
|
|
|
map ctrl+equal change_font_size all +1
|
|
map ctrl+minus change_font_size all -1
|
|
map ctrl+backspace change_font_size all 0
|
|
map ctrl+0 change_font_size all 0
|