home: zsh: extra-mappings: use single quotes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
41bd17e3ca
commit
068faea1e2
|
@ -2,7 +2,7 @@
|
|||
bindkey "\e[3~" delete-char
|
||||
|
||||
# Fix Ctrl+u killing from the cursor instead of the whole line
|
||||
bindkey \^U backward-kill-line
|
||||
bindkey '^u' backward-kill-line
|
||||
|
||||
# Use Ctrl+x-(Ctrl+)e to edit the current command line in VISUAL/EDITOR
|
||||
autoload -U edit-command-line
|
||||
|
|
Loading…
Reference in a new issue