feat: add kitty conf
This commit is contained in:
parent
fe391566e1
commit
e8a2b9b3f9
@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
include ./theme.conf
|
include ./theme.conf
|
||||||
|
|
||||||
background #000000
|
|
||||||
|
|
||||||
#: Fonts {{{
|
#: Fonts {{{
|
||||||
|
|
||||||
#: kitty has very powerful font management. You can configure
|
#: kitty has very powerful font management. You can configure
|
||||||
@ -377,9 +375,9 @@ disable_ligatures never
|
|||||||
|
|
||||||
#: Terminal bell {{{
|
#: Terminal bell {{{
|
||||||
|
|
||||||
# enable_audio_bell yes
|
enable_audio_bell no
|
||||||
|
|
||||||
#: Enable/disable the audio bell. Useful in environments that require
|
#: Enable/disable the audio bell. Useful in environments that requir
|
||||||
#: silence.
|
#: silence.
|
||||||
|
|
||||||
# visual_bell_duration 0.0
|
# visual_bell_duration 0.0
|
||||||
@ -628,9 +626,10 @@ window_padding_width 10
|
|||||||
#: }}}
|
#: }}}
|
||||||
|
|
||||||
#: Color scheme {{{
|
#: Color scheme {{{
|
||||||
|
#
|
||||||
|
|
||||||
# foreground #dddddd
|
foreground #dddddd
|
||||||
# background #000000
|
background #000000
|
||||||
|
|
||||||
#: The foreground and background colors
|
#: The foreground and background colors
|
||||||
|
|
||||||
@ -1014,7 +1013,7 @@ window_padding_width 10
|
|||||||
|
|
||||||
#: map ctrl+f>2 set_font_size 20
|
#: map ctrl+f>2 set_font_size 20
|
||||||
|
|
||||||
# kitty_mod ctrl+shift
|
kitty_mod ctrl+shift
|
||||||
|
|
||||||
#: The value of kitty_mod is used as the modifier for all default
|
#: The value of kitty_mod is used as the modifier for all default
|
||||||
#: shortcuts, you can change it in your kitty.conf to change the
|
#: shortcuts, you can change it in your kitty.conf to change the
|
||||||
@ -1186,8 +1185,8 @@ window_padding_width 10
|
|||||||
#: You can change the font size for all top-level kitty OS windows at
|
#: You can change the font size for all top-level kitty OS windows at
|
||||||
#: a time or only the current one.
|
#: a time or only the current one.
|
||||||
|
|
||||||
# map kitty_mod+equal change_font_size all +2.0
|
map kitty_mod+plus change_font_size all +2.0
|
||||||
# map kitty_mod+minus change_font_size all -2.0
|
map kitty_mod+minus change_font_size all -2.0
|
||||||
# map kitty_mod+backspace change_font_size all 0
|
# map kitty_mod+backspace change_font_size all 0
|
||||||
|
|
||||||
#: To setup shortcuts for specific font sizes::
|
#: To setup shortcuts for specific font sizes::
|
||||||
|
Loading…
Reference in New Issue
Block a user