Use vim-like keybindings
diff --git a/src/apps/personal/git.nix b/src/apps/personal/git.nix
index 4cdd2ee..e798741 100644
--- a/src/apps/personal/git.nix
+++ b/src/apps/personal/git.nix
@@ -29,6 +29,7 @@
core.untrackedCache = true;
core.fsmonitor = true;
hooks.confirm.match = [ "TODO" "FIXME" "HACK" "BUG" "XXX" "LAZY" ];
+ core.hooksPath = ".config/git/hooks/";
};
};
diff --git a/src/apps/personal/zsh.nix b/src/apps/personal/zsh.nix
index ad18b7e..77f6efa 100644
--- a/src/apps/personal/zsh.nix
+++ b/src/apps/personal/zsh.nix
@@ -14,6 +14,7 @@
extended = true;
};
initExtra = ''
+ bindkey -v
bindkey "\'\'$\{key[Up]}" up-line-or-search
command_not_found_handler ()