Update
This commit is contained in:
78
config/kitty/kitty.conf.bak
Normal file
78
config/kitty/kitty.conf.bak
Normal file
@@ -0,0 +1,78 @@
|
||||
shell fish
|
||||
|
||||
font_family Iosevka Custom Medium
|
||||
font_size 12.0
|
||||
bold_font Iosevka Custom Bold
|
||||
italic_font Iosevka Custom Medium
|
||||
bold_italic_font Iosevka Custom Bold
|
||||
adjust_line_height 98%
|
||||
|
||||
cursor_shape block
|
||||
shell_integration no-cursor
|
||||
|
||||
scrollback_lines 2000
|
||||
|
||||
repaint_delay 10
|
||||
input_delay 3
|
||||
sync_to_monitor yes
|
||||
|
||||
remember_window_size no
|
||||
window_padding_width 0
|
||||
window_border_width 0
|
||||
window_border_width 1
|
||||
window_padding_width 0
|
||||
window_margin_width 0
|
||||
window_resize_step_cells 0
|
||||
single_window_margin_width 0
|
||||
draw_minimal_borders True
|
||||
hide_window_decorations False
|
||||
placement_strategy top-left
|
||||
|
||||
touch_scroll_multiplier 0
|
||||
wheel_scroll_multiplier 0
|
||||
wheel_scroll_min_lines 0
|
||||
touch_scroll_min_lines 0
|
||||
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0.2
|
||||
# visual_bell_color #fb4934
|
||||
|
||||
tab_bar_style separator
|
||||
tab_separator " ┇ "
|
||||
|
||||
term xterm-256color
|
||||
|
||||
map ctrl+shift+enter new_window_with_cwd
|
||||
|
||||
map ctrl+shift+t new_tab_with_cwd
|
||||
|
||||
map ctrl+shift+1 goto_tab 1
|
||||
map ctrl+shift+2 goto_tab 2
|
||||
map ctrl+shift+3 goto_tab 3
|
||||
map ctrl+shift+4 goto_tab 4
|
||||
map ctrl+shift+5 goto_tab 5
|
||||
map ctrl+shift+6 goto_tab 6
|
||||
map ctrl+shift+7 goto_tab 7
|
||||
map ctrl+shift+8 goto_tab 8
|
||||
map ctrl+shift+9 goto_tab 9
|
||||
|
||||
map ctrl+shift+equal no_op
|
||||
map ctrl+shift+minus no_op
|
||||
map ctrl+shift+backspace no_op
|
||||
map ctrl+shift+w no_op
|
||||
|
||||
# Crutch to disable escaping space
|
||||
# send_text all alt+space \x20\x7f
|
||||
|
||||
map ctrl+alt+equal change_font_size all +2.0
|
||||
map ctrl+alt+minus change_font_size all -2.0
|
||||
map ctrl+alt+0 change_font_size all 0
|
||||
|
||||
# Would open the scrollback buffer in a new window when you press the F1 key
|
||||
map ctrl+shift+f1 pipe @ansi window less +G -R
|
||||
|
||||
|
||||
# BEGIN_KITTY_THEME
|
||||
# Gruvbox Light
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
Reference in New Issue
Block a user