Add kitty/kitty.conf
This commit is contained in:
parent
70367b5632
commit
a4e57da135
|
|
@ -0,0 +1,44 @@
|
|||
|
||||
# Include external theme first to allow overrides below
|
||||
# BEGIN_KITTY_THEME
|
||||
include current-theme.conf
|
||||
# END_KITTY_THEME
|
||||
include font-family.conf
|
||||
font_size 13
|
||||
macos_titlebar_color background
|
||||
|
||||
listen_on unix:$TMPDIR/kitty
|
||||
allow_remote_control yes
|
||||
|
||||
remember_window_size no
|
||||
initial_window_width 145c
|
||||
initial_window_height 35c
|
||||
window_padding_width 15.0
|
||||
hide_window_decorations no
|
||||
inactive_text_alpha .15
|
||||
|
||||
tab_bar_min_tabs 1
|
||||
tab_bar_style powerline
|
||||
tab_powerline_style slanted
|
||||
|
||||
strip_trailing_spaces always
|
||||
|
||||
map super+1 goto_tab 1
|
||||
map super+2 goto_tab 2
|
||||
map super+3 goto_tab 3
|
||||
map super+4 goto_tab 4
|
||||
map super+5 goto_tab 5
|
||||
map super+6 goto_tab 6
|
||||
map super+7 goto_tab 7
|
||||
map super+8 goto_tab 8
|
||||
map super+9 goto_tab 9
|
||||
|
||||
map super+equal change_font_size current +1.0
|
||||
map super+minus change_font_size current -1.0
|
||||
map super+0 change_font_size current 13.0
|
||||
|
||||
map super+n new_os_window_with_cwd
|
||||
map cmd+shift+n launch --cwd=current
|
||||
|
||||
map alt+left send_text all \x1b\x62
|
||||
map alt+right send_text all \x1b\x66
|
||||
Loading…
Reference in New Issue