From 7fc635e1e776b77cdef27e8fd952aa43f646bb1d Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 20 Sep 2021 07:06:08 -0400 Subject: [PATCH] feat: explicitly set keymap --- users/profiles/shells/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index 43173be..0645a88 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -8,6 +8,8 @@ enableAutosuggestions = true; enableSyntaxHighlighting = true; + defaultKeymap = "emacs"; + initExtra = '' kitty + complete setup zsh | source /dev/stdin '';