From 039fa315ec00af2bc3725f136680b478c06df44a Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 12 Aug 2020 16:35:55 +0200 Subject: alacritty: refined key bindings and search colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/alacritty/alacritty.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 4c4f618..2f00512 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -29,12 +29,12 @@ colors: search: matches: - background: '0xd7af87' - foreground: '0x1c1c1c' + background: '0x875f87' + foreground: '0xd0d0d0' bar: - background: '0xd7af87' - foreground: '0x1c1c1c' + background: '0x4e4e4e' + foreground: '0xd0d0d0' ## # Using Droid Sans Mono out of tradition at this point, with a bit of an offset @@ -53,3 +53,11 @@ font: offset: y: 2 + +## +# Adapt some bindings to the ones I have from GNU Emacs. +key_bindings: + - { key: Z, mods: Control, action: ToggleViMode } + - { key: G, mods: Control, action: ToggleViMode } + - { key: A, mods: Control, mode: Vi, action: FirstOccupied } + - { key: E, mods: Control, mode: Vi, action: Last } -- cgit v1.2.3