aboutsummaryrefslogtreecommitdiff
path: root/zsh/key-bindings.zsh
blob: 263ec4f33192636625b8680f73eb2bc790d08cb4 (plain)
1
2
3
4
5
6
7
8
#done

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