From 3b1944338705063768552313660ca66823ab07f4 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 29 Sep 2023 07:09:51 +0200 Subject: drop alacritty config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/alacritty/base.ovl.yml | 47 ------------------------------------------ 1 file changed, 47 deletions(-) delete mode 100644 .config/alacritty/base.ovl.yml (limited to '.config/alacritty/base.ovl.yml') 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' } -- cgit 1.4.1