summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zshrc b/zshrc
index 24959d6..c9ed37a 100644
--- a/zshrc
+++ b/zshrc
@@ -18,6 +18,9 @@ setopt prompt_subst
autoload -Uz vcs_info
zstyle ':vcs_info:git*' formats '[%b] '
+bindkey "^[[1;5C" forward-word
+bindkey "^[[1;5D" backward-word
+
precmd() { vcs_info }
if [ $UID -eq 0 ]; then