.gitignore added
[dotfiles/.git] / .config / alacritty.yml
index 74a93df1a2d67ef54d0f7904c120a74afed50975..0e814bad736357381e83c89a87c135754dc75898 100644 (file)
@@ -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" }