From 58ad800e87a7eb8fe22189712326ec2ff7291451 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 19 Feb 2021 19:05:15 +0000 Subject: [PATCH] home: zsh: use emacs keymap --- home/zsh.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/zsh.nix b/home/zsh.nix index 40d184e..d28a697 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -24,6 +24,9 @@ }; } ]; + + # Modal editing is life, but CLI benefits from emacs gymnastics + defaultKeymap = "emacs"; }; # Fuzzy-wuzzy