aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Rahm <rahm@google.com>2021-11-19 10:34:01 -0700
committerJosh Rahm <rahm@google.com>2021-11-19 10:34:01 -0700
commit0872f22a68e2faea5f7948c1b9a11f2a2303efaf (patch)
tree8f0d3402171870be48402d65b2118211662a7a23
parent5d45e9d04905ffe65bffce86fb29811f778580c1 (diff)
downloadzshrcd-0872f22a68e2faea5f7948c1b9a11f2a2303efaf.tar.gz
zshrcd-0872f22a68e2faea5f7948c1b9a11f2a2303efaf.tar.bz2
zshrcd-0872f22a68e2faea5f7948c1b9a11f2a2303efaf.zip
Fix S-Space bug ... again
-rw-r--r--98-bindkeys.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/98-bindkeys.zsh b/98-bindkeys.zsh
index b6d5255..9052f7d 100644
--- a/98-bindkeys.zsh
+++ b/98-bindkeys.zsh
@@ -5,8 +5,9 @@ bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
-bindkey -s '' ' '
+bindkey -s '' ' '
bindkey '' backward-delete-word
+bindkey -s '' ' '
bindkey -v '^?' backward-delete-char
bindkey -v '' backward-delete-char