103 lines
2.5 KiB
Text
103 lines
2.5 KiB
Text
# Colors
|
|
include colors.conf
|
|
|
|
startup_session startup_session
|
|
|
|
# Fonts
|
|
font_family MesloLGS NF
|
|
italic_font auto
|
|
bold_font auto
|
|
bold_italic_font auto
|
|
font_size 10.5
|
|
|
|
adjust_line_height 0
|
|
adjust_column_width 0
|
|
box_drawing_scale 0.001, 1, 1.5, 2
|
|
|
|
# Cursor
|
|
cursor_shape block
|
|
cursor_blink_interval -1
|
|
cursor_stop_blinking_after 15.0
|
|
|
|
# Scrollback
|
|
scrollback_lines 10000
|
|
scrollback_pager usr/bin/less
|
|
wheel_scroll_multiplier 5.0
|
|
|
|
# URLs
|
|
url_style double
|
|
open_url_modifiers ctrl+shift
|
|
open_url_with default
|
|
copy_on_select yes
|
|
|
|
# Selection
|
|
rectangle_select_modifiers ctrl+shift
|
|
select_by_word_characters :@-./_~?&=%+#
|
|
|
|
# Mouse
|
|
click_interval 0.5
|
|
mouse_hide_wait 0.5
|
|
focus_follows_mouse no
|
|
|
|
# Performance
|
|
repaint_delay 20
|
|
input_delay 2
|
|
sync_to_monitor no
|
|
|
|
# Bell
|
|
visual_bell_duration 0.0
|
|
enable_audio_bell no
|
|
bell_on_tab no
|
|
|
|
# Window
|
|
remember_window_size no
|
|
initial_window_width 700
|
|
initial_window_height 400
|
|
window_border_width 0
|
|
window_margin_width 0
|
|
window_padding_width 0
|
|
inactive_text_alpha 1.0
|
|
background_opacity 1
|
|
placement_strategy center
|
|
hide_window_decorations yes
|
|
|
|
# Layouts
|
|
enabled_layouts *
|
|
|
|
# Tabs
|
|
tab_bar_edge bottom
|
|
tab_bar_style powerline
|
|
tab_bar_margin_width 0
|
|
tab_separator " ┇ "
|
|
active_tab_font_style bold
|
|
inactive_tab_font_style normal
|
|
|
|
# Shell
|
|
shell .
|
|
close_on_child_death no
|
|
allow_remote_control yes
|
|
term xterm-kitty
|
|
|
|
# Keys
|
|
map alt+v paste_from_clipboard
|
|
map ctrl+shift+s paste_from_selection
|
|
map alt+c copy_to_clipboard
|
|
map shift+insert paste_from_selection
|
|
|
|
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+h show_scrollback
|
|
|
|
map ctrl+shift+f toggle_fullscreen
|
|
|
|
map ctrl+shift+enter new_window
|
|
map ctrl+shift+n new_os_window
|
|
|
|
map ctrl+shift+equal increase_font_size
|
|
map ctrl+shift+minus decrease_font_size
|
|
map ctrl+shift+backspace restore_font_size
|
|
|