99 lines
2.7 KiB
Text
99 lines
2.7 KiB
Text
# vim:fileencoding=utf-8:ft=conf
|
|
|
|
font_family MesloLGS Nerd Font Mono
|
|
italic_font auto
|
|
bold_font auto
|
|
bold_italic_font auto
|
|
|
|
# Font size (in pts)
|
|
font_size 14.0
|
|
|
|
window_padding_width 4
|
|
linux_display_server auto
|
|
background_opacity 0.9
|
|
cursor_shape block
|
|
cursor_blink_interval 0.5
|
|
cursor_stop_blinking_after 15.0
|
|
scrollback_lines 2000
|
|
scrollback_pager less +G -R
|
|
wheel_scroll_multiplier 5.0
|
|
click_interval 0.5
|
|
select_by_word_characters :@-./_~?&=%+#
|
|
mouse_hide_wait 0.0
|
|
enabled_layouts *
|
|
remember_window_size no
|
|
initial_window_width 640
|
|
initial_window_height 400
|
|
repaint_delay 10
|
|
input_delay 3
|
|
visual_bell_duration 0.0
|
|
enable_audio_bell no
|
|
open_url_modifiers ctrl+shift
|
|
open_url_with default
|
|
term xterm-kitty
|
|
window_border_width 0
|
|
window_margin_width 15
|
|
|
|
kitty_mod ctrl+shift
|
|
map kitty_mod+f6 change_font_size current 12.0
|
|
# Clipboard
|
|
map super+v paste_from_clipboard
|
|
map ctrl+shift+s paste_from_selection
|
|
map super+c copy_to_clipboard
|
|
map shift+insert paste_from_selection
|
|
|
|
# Scrolling
|
|
map ctrl+shift+up scroll_line_up
|
|
map ctrl+shift+down scroll_line_down
|
|
map ctrl+shift+k scroll_line_up
|
|
map ctrl+shift+j scroll_line_down
|
|
map ctrl+shift+page_up scroll_page_up
|
|
map ctrl+shift+page_down scroll_page_down
|
|
map ctrl+shift+home scroll_home
|
|
map ctrl+shift+end scroll_end
|
|
map ctrl+shift+h show_scrollback
|
|
|
|
# Window management
|
|
map super+n new_os_window
|
|
map super+w close_window
|
|
map ctrl+shift+enter new_window
|
|
map ctrl+shift+] next_window
|
|
map ctrl+shift+[ previous_window
|
|
map ctrl+shift+f move_window_forward
|
|
map ctrl+shift+b move_window_backward
|
|
map ctrl+shift+` move_window_to_top
|
|
map ctrl+shift+1 first_window
|
|
map ctrl+shift+2 second_window
|
|
map ctrl+shift+3 third_window
|
|
map ctrl+shift+4 fourth_window
|
|
map ctrl+shift+5 fifth_window
|
|
map ctrl+shift+6 sixth_window
|
|
map ctrl+shift+7 seventh_window
|
|
map ctrl+shift+8 eighth_window
|
|
map ctrl+shift+9 ninth_window
|
|
map ctrl+shift+0 tenth_window
|
|
|
|
# Tab management
|
|
map ctrl+shift+right next_tab
|
|
map ctrl+shift+left previous_tab
|
|
map ctrl+shift+t new_tab
|
|
map ctrl+shift+q close_tab
|
|
map ctrl+shift+l next_layout
|
|
map ctrl+shift+. move_tab_forward
|
|
map ctrl+shift+, move_tab_backward
|
|
|
|
# Miscellaneous
|
|
map ctrl+shift+up increase_font_size
|
|
map ctrl+shift+down decrease_font_size
|
|
map ctrl+shift+backspace restore_font_size
|
|
|
|
macos_option_as_alt no
|
|
remember_window_size yes
|
|
confirm_os_window_close 0
|
|
allow_remote_control yes
|
|
include ./theme.conf
|
|
|
|
# BEGIN_KITTY_THEME
|
|
# Catppuccin-Mocha
|
|
include current-theme.conf
|
|
# END_KITTY_THEME
|