mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
added mac keybinding
This commit is contained in:
parent
e05b8c9caf
commit
dd43a3effc
1 changed files with 6 additions and 0 deletions
|
|
@ -22,6 +22,12 @@ bindkey ' ' magic-space # also do history expansion on space
|
||||||
|
|
||||||
bindkey '^[[Z' reverse-menu-complete
|
bindkey '^[[Z' reverse-menu-complete
|
||||||
|
|
||||||
|
# Fix Mac OS X's keybinding
|
||||||
|
bindkey '^?' backward-delete-char
|
||||||
|
bindkey '^[[3~' delete-char
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# consider emacs keybindings:
|
# consider emacs keybindings:
|
||||||
|
|
||||||
#bindkey -e ## emacs key bindings
|
#bindkey -e ## emacs key bindings
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue