mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 18:38:00 +00:00
Update kitty conf
This commit is contained in:
parent
4ef1b6ab1a
commit
b010ffb1ed
@ -6,10 +6,10 @@
|
||||
#: individual font faces and even specify special fonts for particular
|
||||
#: characters.
|
||||
|
||||
font_family "Roboto Mono Regular"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
font_family Roboto Mono Regular
|
||||
bold_font Roboto Mono Bold
|
||||
italic_font Roboto Mono Italic
|
||||
bold_italic_font Roboto Mono Bold Italic
|
||||
|
||||
#: You can specify different fonts for the bold/italic/bold-italic
|
||||
#: variants. To get a full list of supported fonts use the `kitty
|
||||
@ -1249,7 +1249,7 @@ map kitty_mod+f show_scrollback
|
||||
|
||||
#: Window management {{{
|
||||
|
||||
map kitty_mod+enter new_window
|
||||
map kitty_mod+enter launch --cwd=current
|
||||
|
||||
#: You can open a new window running an arbitrary program, for
|
||||
#: example::
|
||||
|
Loading…
Reference in New Issue
Block a user