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