mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
updated zsh, git, kitty
This commit is contained in:
parent
bf9e797a64
commit
044d39efcf
3 changed files with 11 additions and 3 deletions
|
|
@ -9,6 +9,10 @@ italic_font auto
|
|||
bold_italic_font auto
|
||||
disable_ligatures never
|
||||
|
||||
## Tabs
|
||||
tab_bar_style fade
|
||||
tab_fade 0.5 0.75 1
|
||||
|
||||
## Bell
|
||||
enable_audio_bell no
|
||||
visual_bell_duration 0
|
||||
|
|
@ -29,12 +33,14 @@ 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+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
|
||||
|
||||
|
||||
foreground #d4d4d4
|
||||
selection_background #d7ba7d
|
||||
selection_foreground #1e1e1e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue