From f370f260c798fe2c1afa35658ad2656c48a065e6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 9 Aug 2023 11:50:03 +0200 Subject: [PATCH] pinwheel: Tweak `zsh` vim mode --- hosts/pinwheel/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 30b6188..ec43469 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -74,6 +74,11 @@ "EDITOR=vim" "BROWSER=firefox" ]; + + initExtra = lib.strings.concatStringsSep "\n" [ + "export KEYTIMEOUT=1" + "bindkey -v '^?' backward-delete-char" + ]; }; programs.tmux = {