summaryrefslogtreecommitdiff
path: root/user-profiles/zsh/zshrc
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2022-03-18 18:31:45 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2022-03-18 18:36:30 +0100
commit3d2faff5b3e4eab4aa84ad04de9f8338b55f1050 (patch)
tree555437794aa4763f9329d39c8f5969b1d9e239d3 /user-profiles/zsh/zshrc
parentf17c6cfe969a5f2a4e213a9fe60826ef4b83a33f (diff)
downloadnixos-3d2faff5b3e4eab4aa84ad04de9f8338b55f1050.tar
nixos-3d2faff5b3e4eab4aa84ad04de9f8338b55f1050.tar.gz
nixos-3d2faff5b3e4eab4aa84ad04de9f8338b55f1050.tar.bz2
nixos-3d2faff5b3e4eab4aa84ad04de9f8338b55f1050.tar.xz
nixos-3d2faff5b3e4eab4aa84ad04de9f8338b55f1050.zip
gkleen@sif: ...
Diffstat (limited to 'user-profiles/zsh/zshrc')
-rw-r--r--user-profiles/zsh/zshrc6
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
24bindkey -e 24bindkey -e
25bindkey ';5C' emacs-forward-word 25bindkey ';5C' emacs-forward-word
26bindkey ';5D' emacs-backward-word \ No newline at end of file 26bindkey ';5D' emacs-backward-word
27
28autoload -Uz url-quote-magic bracketed-paste-magic
29zle -N self-insert url-quote-magic
30zle -N bracketed-paste bracketed-paste-magic \ No newline at end of file