add kitty config
This commit is contained in:
parent
235d3908a7
commit
f3b46e2e76
1 changed files with 23 additions and 0 deletions
23
kitty/kitty.conf
Normal file
23
kitty/kitty.conf
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# BEGIN_KITTY_THEME
|
||||||
|
# Tokyo Night Storm
|
||||||
|
include current-theme.conf
|
||||||
|
# END_KITTY_THEME
|
||||||
|
|
||||||
|
font_size 13.0
|
||||||
|
font_family Hack Nerd Font
|
||||||
|
|
||||||
|
# TAB MANAGEMENT
|
||||||
|
# moving between tabs
|
||||||
|
map ctrl+0 goto_tab 0
|
||||||
|
map ctrl+1 goto_tab 1
|
||||||
|
map ctrl+2 goto_tab 2
|
||||||
|
map ctrl+3 goto_tab 3
|
||||||
|
map ctrl+4 goto_tab 4
|
||||||
|
map ctrl+5 goto_tab 5
|
||||||
|
map ctrl+6 goto_tab 6
|
||||||
|
map ctrl+7 goto_tab 7
|
||||||
|
map ctrl+8 goto_tab 8
|
||||||
|
map ctrl+9 goto_tab 9
|
||||||
|
|
||||||
|
# create new tab with cwd
|
||||||
|
map ctrl+shift+t new_tab_with_cwd
|
||||||
Loading…
Add table
Add a link
Reference in a new issue