aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--98-bindkeys.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/98-bindkeys.zsh b/98-bindkeys.zsh
index a68502d..1dd2842 100644
--- a/98-bindkeys.zsh
+++ b/98-bindkeys.zsh
@@ -35,7 +35,7 @@ nvim-cmd-mode() {
}
quote-escape() {
- sed "s/'/'\"'\"'/g" <<< "$1"
+ sed "s/'/'\"'\"'/g;s/\\\\/\\\\\\\\/g" <<< "$1"
}
expand-last-file() {