Add kitty terminal configuration
Update other stuff
This commit is contained in:
30
kitty/kitty.conf
Normal file
30
kitty/kitty.conf
Normal file
@@ -0,0 +1,30 @@
|
||||
include colors/base16/base16-gruvbox-dark-hard-256.conf
|
||||
|
||||
font_family Iosevka Term Medium
|
||||
font_size 11
|
||||
bold_font Iosevka Term Heavy
|
||||
italic_font Iosevka Term Medium Oblique
|
||||
bold_italic_font Iosevka Term Heavy Oblique
|
||||
adjust_line_height 95%
|
||||
|
||||
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
|
||||
|
||||
# Would open the scrollback buffer in a new window when you press the F1 key
|
||||
map f1 pipe @ansi window less +G -R
|
||||
Reference in New Issue
Block a user