58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
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+м paste_from_clipboard
|
|
map ctrl+; send_text all \x1b[24;5~
|
|
|
|
# Scroll up and down by line
|
|
map alt+k scroll_line_up
|
|
map alt+j scroll_line_down
|
|
|
|
# Optional: Scroll by page using Shift
|
|
map alt+shift+k scroll_page_up
|
|
map alt+shift+j scroll_page_down
|
|
|
|
|
|
# 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 8 8 8 8
|
|
confirm_os_window_close 0
|
|
|
|
# Tabs
|
|
tab_bar_style fade
|
|
tab_fade 1
|
|
active_tab_font_style bold
|
|
inactive_tab_font_style bold
|