Update alacritty conf per latest

main
Dan Buch 3 years ago
parent 527cdfa217
commit 51fc885e84
Signed by: meatballhat
GPG Key ID: 9685130D8B763EA7

@ -1,4 +1,8 @@
--- ---
shell:
program: /bin/zsh
args:
- -l
window: window:
dynamic_title: true dynamic_title: true
dimensions: dimensions:
@ -14,13 +18,13 @@ scrolling:
history: 10000 history: 10000
multiplier: 3 multiplier: 3
font: font:
normal: {} normal:
#family: Comic Code Nerd Font family: Comic Code
bold: bold:
#family: Comic Code Nerd Font family: Comic Code
style: Bold style: Bold
italic: italic:
#family: Comic Code Nerd Font family: Comic Code
style: Italic style: Italic
size: 6.5 size: 6.5
offset: offset:
@ -70,8 +74,6 @@ mouse:
triple_click: triple_click:
threshold: 300 threshold: 300
hide_when_typing: false hide_when_typing: false
url:
modifiers: None
selection: selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>' semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false save_to_clipboard: false

Loading…
Cancel
Save