diff options
author | Josh Rahm <rahm@google.com> | 2021-11-11 12:47:00 -0700 |
---|---|---|
committer | Josh Rahm <rahm@google.com> | 2021-11-11 12:47:00 -0700 |
commit | 5f89b938d13817d0de4c2eb58ce703de5ff9c611 (patch) | |
tree | 3f824fd7937a70a5a9a275943f184c42441c51a9 | |
parent | 1b4c104fd3268b8d556ec4d04516c5dd335e15ff (diff) | |
download | zshrcd-5f89b938d13817d0de4c2eb58ce703de5ff9c611.tar.gz zshrcd-5f89b938d13817d0de4c2eb58ce703de5ff9c611.tar.bz2 zshrcd-5f89b938d13817d0de4c2eb58ce703de5ff9c611.zip |
fix annoying <S-space> behavior
-rw-r--r-- | 98-bindkeys.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/98-bindkeys.zsh b/98-bindkeys.zsh index 50058e9..fa06a80 100644 --- a/98-bindkeys.zsh +++ b/98-bindkeys.zsh @@ -4,3 +4,6 @@ bindkey -M menuselect 'h' vi-backward-char 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 '[20;2u' ' ' +bindkey '[127;2u' backward-delete-word |