🎨 ux(kitty): changed font size
This commit is contained in:
parent
116f605cae
commit
1ec4b4d61c
1 changed files with 11 additions and 11 deletions
|
@ -24,7 +24,7 @@ bold_italic_font JetBrainsMono NF Medium Italic
|
|||
#: italic_font Operator Mono Book Italic
|
||||
#: bold_italic_font Operator Mono Medium Italic
|
||||
|
||||
font_size 10.6
|
||||
font_size 11
|
||||
|
||||
#: Font size (in pts)
|
||||
|
||||
|
@ -1890,19 +1890,19 @@ map kitty_mod+l next_layout
|
|||
|
||||
#: Increase font size
|
||||
|
||||
map kitty_mod+equal change_font_size all +2.0
|
||||
map kitty_mod+plus change_font_size all +2.0
|
||||
map kitty_mod+kp_add change_font_size all +2.0
|
||||
map cmd+plus change_font_size all +2.0
|
||||
map cmd+equal change_font_size all +2.0
|
||||
map shift+cmd+equal change_font_size all +2.0
|
||||
map kitty_mod+equal change_font_size all +1.0
|
||||
map kitty_mod+plus change_font_size all +1.0
|
||||
map kitty_mod+kp_add change_font_size all +1.0
|
||||
map cmd+plus change_font_size all +1.0
|
||||
map cmd+equal change_font_size all +1.0
|
||||
map shift+cmd+equal change_font_size all +1.0
|
||||
|
||||
#: Decrease font size
|
||||
|
||||
map kitty_mod+minus change_font_size all -2.0
|
||||
map kitty_mod+kp_subtract change_font_size all -2.0
|
||||
map cmd+minus change_font_size all -2.0
|
||||
map shift+cmd+minus change_font_size all -2.0
|
||||
map kitty_mod+minus change_font_size all -1.0
|
||||
map kitty_mod+kp_subtract change_font_size all -1.0
|
||||
map cmd+minus change_font_size all -1.0
|
||||
map shift+cmd+minus change_font_size all -1.0
|
||||
|
||||
#: Reset font size
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue