aboutsummaryrefslogtreecommitdiff
path: root/config/all/zsh/40-key-bindings.zsh
blob: 4deac622aca26a423f706bf49c72bb268bf7eb39 (plain)
1
2
3
4
5
6
bindkey -e # use emacs mode
bindkey '^r' history-incremental-search-backward # ctrl-r
bindkey '^[[Z' reverse-menu-complete # shift-tab

bindkey '\e[3~' delete-char # make sure delete key works
bindkey ' ' magic-space # also do history expansion on space