summary refs log tree commit diff
path: root/.config/alacritty/base.ovl.yml
diff options
context:
space:
mode:
Diffstat (limited to '.config/alacritty/base.ovl.yml')
-rw-r--r--.config/alacritty/base.ovl.yml26
1 files changed, 15 insertions, 11 deletions
diff --git a/.config/alacritty/base.ovl.yml b/.config/alacritty/base.ovl.yml
index 3c94561..7e07dce 100644
--- a/.config/alacritty/base.ovl.yml
+++ b/.config/alacritty/base.ovl.yml
@@ -2,10 +2,9 @@ window:
   decorations: none
 
 font:
-  size: 13.0
+  size: 12.0
   normal:
-    family: Iosevka SS05
-    # family: Cozette Vector
+    family: Iosevka SS14
     style: Slim
 
   bold:
@@ -15,11 +14,8 @@ font:
   bold_italic:
     style: Bold Italic
 
-visual_bell:
-  duration: 0
-  color: '#af005f'
-
-background_opacity: 0.99
+draw_bold_text_with_bright_colors: true
+background_opacity: 0.95
 
 mouse:
   url:
@@ -27,8 +23,16 @@ mouse:
       program: url-launcher
     modifiers: Control
 
+bell:
+  duration: 0
+  color: '#af005f'
 
 key_bindings:
-  - { key: 'N',        mods: 'Super|Shift',   action: 'SpawnNewInstance' }
-  - { key: 'PageUp',   mods: 'Alt',           action: 'ScrollPageUp'     }
-  - { key: 'PageDown', mods: 'Alt',           action: 'ScrollPageDown'   }
+  - { key: 'N',        mods: 'Super|Shift',   action: 'SpawnNewInstance'           }
+  - { key: 'PageUp',   mods: 'Alt',           action: 'ScrollPageUp'               }
+  - { key: 'PageDown', mods: 'Alt',           action: 'ScrollPageDown'             }
+  - { key: 'Space',    mods: 'Alt|Control',   action: 'ToggleViMode'               }
+  - { key: 'I',                               action: 'ToggleViMode',   mode: 'Vi' }
+  - { key: 'Escape',                          action: 'ToggleViMode',   mode: 'Vi' }
+  - { key: 'Slash',  mods: 'Alt',             action: 'SearchForward',  mode: 'Vi' }
+  - { key: 'Slash',                           action: 'SearchBackward', mode: 'Vi' }