diff --git a/users/josh/home_manager/zsh.nix b/users/josh/home_manager/zsh.nix index f110283..3dab258 100644 --- a/users/josh/home_manager/zsh.nix +++ b/users/josh/home_manager/zsh.nix @@ -8,7 +8,7 @@ defaultKeymap = "emacs"; - envExtra = '' + initExtra = '' # Make home/end and ctrl + left/right nav how I expect them to like in bash bindkey "\e[1~" beginning-of-line bindkey "\e[4~" end-of-line