From e4819c3bb4461e80761f1e2cf216451961430de1 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 18 Oct 2021 21:55:36 -0400 Subject: [PATCH] zsh: stop specifying keymap --- users/profiles/shells/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/shells/zsh.nix b/users/profiles/shells/zsh.nix index d5f956b..6af9ba1 100644 --- a/users/profiles/shells/zsh.nix +++ b/users/profiles/shells/zsh.nix @@ -10,7 +10,7 @@ enableAutosuggestions = true; enableSyntaxHighlighting = true; - defaultKeymap = "emacs"; + # defaultKeymap = "emacs"; initExtra = '' kitty + complete setup zsh | source /dev/stdin