Update .config/alacritty/alacritty.yml
This commit is contained in:
parent
bbc55361de
commit
cbc3046fb7
@ -111,7 +111,7 @@ window:
|
||||
# - OnlyRight
|
||||
# - Both
|
||||
# - None (default)
|
||||
#option_as_alt: None
|
||||
option_as_alt: OnlyLeft
|
||||
|
||||
#scrolling:
|
||||
# Maximum number of lines in the scrollback buffer.
|
||||
@ -124,16 +124,20 @@ window:
|
||||
# Font configuration
|
||||
font:
|
||||
normal:
|
||||
family: Hack Nerd Font Mono
|
||||
#family: Hack Nerd Font Mono
|
||||
family: {{ .monospace_font }}
|
||||
style: Regular
|
||||
bold:
|
||||
family: Hack Nerd Font Mono
|
||||
#family: Hack Nerd Font Mono
|
||||
family: {{ .monospace_font }}
|
||||
style: Bold
|
||||
italic:
|
||||
family: Hack Nerd Font Mono
|
||||
#family: Hack Nerd Font Mono
|
||||
family: {{ .monospace_font }}
|
||||
style: Italic
|
||||
normal:
|
||||
bold_italic: Hack Nerd Font Mono
|
||||
#bold_italic: Hack Nerd Font Mono
|
||||
bold_italic: {{ .monospace_font }}
|
||||
style: Bold Italic
|
||||
# Normal (roman) font face
|
||||
#normal:
|
||||
|
Loading…
Reference in New Issue
Block a user