From 3d2faff5b3e4eab4aa84ad04de9f8338b55f1050 Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Fri, 18 Mar 2022 18:31:45 +0100
Subject: gkleen@sif: ...

---
 user-profiles/zsh/zshrc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'user-profiles')

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
 # word navigation for urxvt
 bindkey -e
 bindkey ';5C' emacs-forward-word
-bindkey ';5D' emacs-backward-word
\ No newline at end of file
+bindkey ';5D' emacs-backward-word
+
+autoload -Uz url-quote-magic bracketed-paste-magic
+zle -N self-insert url-quote-magic
+zle -N bracketed-paste bracketed-paste-magic
\ No newline at end of file
-- 
cgit v1.2.3