diff options
Diffstat (limited to 'user-profiles/zsh')
-rw-r--r-- | user-profiles/zsh/zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user-profiles/zsh/zshrc b/user-profiles/zsh/zshrc index 3660ef27..a83a8069 100644 --- a/user-profiles/zsh/zshrc +++ b/user-profiles/zsh/zshrc | |||
@@ -23,4 +23,8 @@ setopt ignore_eof | |||
23 | # word navigation for urxvt | 23 | # word navigation for urxvt |
24 | bindkey -e | 24 | bindkey -e |
25 | bindkey ';5C' emacs-forward-word | 25 | bindkey ';5C' emacs-forward-word |
26 | bindkey ';5D' emacs-backward-word \ No newline at end of file | 26 | bindkey ';5D' emacs-backward-word |
27 | |||
28 | autoload -Uz url-quote-magic bracketed-paste-magic | ||
29 | zle -N self-insert url-quote-magic | ||
30 | zle -N bracketed-paste bracketed-paste-magic \ No newline at end of file | ||