49 lines
876 B
Plaintext
49 lines
876 B
Plaintext
# General
|
|
linux_display_server wayland
|
|
allow_remote_control yes
|
|
scrollback_lines 10000
|
|
|
|
|
|
# Binds
|
|
# Mouse bindings
|
|
mouse_map b4 press grabbed,ungrabbed send_key ctrl+o
|
|
mouse_map b5 press grabbed,ungrabbed send_key ctrl+shift+i
|
|
|
|
# Keyboard bindings
|
|
map kitty_mod+t new_tab_with_cwd
|
|
map ctrl+v paste_from_clipboard
|
|
map ctrl+; send_text all \x1b[24;5~
|
|
|
|
|
|
# Theme
|
|
include current-theme.conf
|
|
|
|
|
|
# Font
|
|
font_family JetBrainsMono Nerd Font
|
|
bold_font auto
|
|
italic_font auto
|
|
bold_italic_font auto
|
|
font_size 14
|
|
disable_ligatures always
|
|
|
|
|
|
# Opacity
|
|
background_opacity 0.4
|
|
|
|
# Cursor
|
|
cursor_trail 4
|
|
cursor_trail_decay 0.1 0.4
|
|
|
|
# Window
|
|
initial_window_width 95c
|
|
initial_window_height 35c
|
|
window_padding_width 12 12 12 12
|
|
confirm_os_window_close 0
|
|
|
|
# Tabs
|
|
tab_bar_style fade
|
|
tab_fade 1
|
|
active_tab_font_style bold
|
|
inactive_tab_font_style bold
|