mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
added mac keybinding for backward-delete-char
This commit is contained in:
parent
34f00f385c
commit
eb63ddf6bb
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ bindkey ' ' magic-space # also do history expansion on space
|
|||
bindkey '^[[Z' reverse-menu-complete
|
||||
|
||||
# Make the delete key (or Fn + Delete on the Mac) work instead of outputting a ~
|
||||
bindkey '^?' backward-delete-char
|
||||
bindkey "^[[3~" delete-char
|
||||
bindkey "^[3;5~" delete-char
|
||||
bindkey "\e[3~" delete-char
|
||||
|
|
Loading…
Reference in a new issue