X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Falacritty.yml;h=0e814bad736357381e83c89a87c135754dc75898;hb=HEAD;hp=74a93df1a2d67ef54d0f7904c120a74afed50975;hpb=be62f45026507330c54b0d3ace90aceb312e1841;p=dotfiles%2F.git diff --git a/.config/alacritty.yml b/.config/alacritty.yml index 74a93df1..0e814bad 100644 --- a/.config/alacritty.yml +++ b/.config/alacritty.yml @@ -55,12 +55,12 @@ font: # The bold font face bold: - family: "Fira Code" + family: "Fira Code" style: Bold # The italic font face italic: - family: "Fira Code" + family: "Fira Code" style: Light # Point size of the font @@ -193,7 +193,7 @@ mouse: # If this is `true`, the cursor is temporarily hidden when typing. hide_when_typing: true - url: + hints: # URL launcher # # This program is executed when clicking on a text which is recognized as a URL. @@ -373,7 +373,7 @@ key_bindings: - { key: F10, mods: Command, chars: "\x1b[21;3~" } - { key: F11, mods: Command, chars: "\x1b[23;3~" } - { key: F12, mods: Command, chars: "\x1b[24;3~" } - - { key: D, mods: Command, chars: "\x06\x76" } + - { key: D, mods: Command, chars: "\x06\x76" } - { key: D, mods: Command|Shift, chars: "\x06\x73" } - { key: W, mods: Command, chars: "\x06\x78" } - { key: H, mods: Command, chars: "\x06\x68" }