diff options
Diffstat (limited to 'Shell/zshrc')
-rw-r--r-- | Shell/zshrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Shell/zshrc b/Shell/zshrc index 8cde6c1..d8ecc5d 100644 --- a/Shell/zshrc +++ b/Shell/zshrc @@ -77,3 +77,9 @@ export ANDROID_HOME=/opt/android-sdk ## Fancy sysinfo #~/bin/sysinfo + +bindkey "e[1~" beginning-of-line +bindkey "e[4~" end-of-line +# Control arrow keys +bindkey '^[[1;5C' emacs-forward-word +bindkey '^[[1;5D' emacs-backward-word |