From 10c211349626ce38c762cf89c5bce6e092004fac Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 16 Dec 2020 16:19:50 +0100 Subject: alacritty: disabled some troublesome bindings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were conflicting with my GNU Emacs config, which is a problem since commands such as `git commit` will pick this as the editor to be used, and it was hella confusing... Signed-off-by: Miquel Sabaté Solà --- .config/alacritty/alacritty.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 2f00512..eb6fad2 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -57,7 +57,5 @@ font: ## # 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