Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
079e7bb5
Commit
079e7bb5
authored
Aug 06, 2020
by
Marc Cornellà
Browse files
lib: remove CTRL-Backspace key binding altogether
It conflicts with normal Backspace behavior. Fixes #9155
parent
f2c8b970
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/key-bindings.zsh
View file @
079e7bb5
...
...
@@ -89,8 +89,6 @@ else
bindkey
-M
vicmd
"^[3;5~"
delete-char
fi
# [Ctrl-Backspace] - delete whole backward-word
bindkey
-M
emacs
'^H'
backward-kill-word
# [Ctrl-Delete] - delete whole forward-word
bindkey
-M
emacs
'^[[3;5~'
kill-word
bindkey
-M
viins
'^[[3;5~'
kill-word
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment