mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
update kitty, vscode, zsh
This commit is contained in:
parent
044d39efcf
commit
3fb794d766
3 changed files with 19 additions and 13 deletions
|
|
@ -28,18 +28,20 @@ mouse_hide_wait 3.0
|
|||
focus_follows_mouse no
|
||||
|
||||
## Mappings
|
||||
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 alt+1 goto_tab 1
|
||||
map alt+2 goto_tab 2
|
||||
map alt+3 goto_tab 3
|
||||
map alt+4 goto_tab 4
|
||||
map alt+5 goto_tab 5
|
||||
map alt+5 goto_tab 6
|
||||
map alt+5 goto_tab 7
|
||||
map ctrl+shift+t new_tab_with_cwd
|
||||
map ctrl+equal change_font_size all +1
|
||||
map ctrl+minus change_font_size all -1
|
||||
map ctrl+backspace change_font_size all 0
|
||||
|
||||
## Colors
|
||||
background #1E1E29
|
||||
# background #1e1e1e
|
||||
background #2E3440
|
||||
|
||||
foreground #d4d4d4
|
||||
selection_background #d7ba7d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue