summaryrefslogtreecommitdiffstats
path: root/zsh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'zsh.nix')
-rw-r--r--zsh.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/zsh.nix b/zsh.nix
index d4ec73b..86fd06b 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -21,8 +21,10 @@
interactiveShellInit = ''
eval "$(direnv hook zsh)"
+ setopt autocd extendedglob nomatch notify
+
bindkey -v
- export KEYTIMEOUT=1
+ export KEYTIMEOUT=20
'';
};
}