diff options
| author | Robert Günzler <r@gnzler.io> | 2023-09-29 07:09:51 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2023-09-29 07:09:51 +0200 |
| commit | 3b1944338705063768552313660ca66823ab07f4 (patch) | |
| tree | 9d59fb39ad8caa2a590043d140094758cc655642 /.config/alacritty/base.ovl.yml | |
| parent | 237a091e44908615df0955243412d50cf49ecf2e (diff) | |
drop alacritty config
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/alacritty/base.ovl.yml')
| -rw-r--r-- | .config/alacritty/base.ovl.yml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/.config/alacritty/base.ovl.yml b/.config/alacritty/base.ovl.yml deleted file mode 100644 index 3ccd271..0000000 --- a/.config/alacritty/base.ovl.yml +++ /dev/null @@ -1,47 +0,0 @@ -window: - decorations: none - -cursor: - style: - shape: Block - blinking: Off - - vi_mode_style: Underline - -font: - size: 12.0 - normal: - family: Iosevka SS14 - style: Slim - - bold: - style: Bold - italic: - style: Italic - bold_italic: - style: Bold Italic - -draw_bold_text_with_bright_colors: true -background_opacity: 0.95 - -mouse: - url: - launcher: - 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: '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' } - - { key: 'PageUp', action: 'ScrollPageUp', mode: 'Vi' } - - { key: 'PageDown', action: 'ScrollPageDown', mode: 'Vi' } |