|
|
@ -20,6 +20,7 @@ bindkey "^[[F" end-of-line |
|
|
|
bindkey "^[[4~" end-of-line |
|
|
|
bindkey "^[[4~" end-of-line |
|
|
|
bindkey ' ' magic-space # also do history expansion on space |
|
|
|
bindkey ' ' magic-space # also do history expansion on space |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bindkey '^[[Z' reverse-menu-complete |
|
|
|
|
|
|
|
|
|
|
|
# consider emacs keybindings: |
|
|
|
# consider emacs keybindings: |
|
|
|
|
|
|
|
|
|
|
@ -38,4 +39,4 @@ bindkey ' ' magic-space # also do history expansion on space |
|
|
|
#bindkey '^I' complete-word |
|
|
|
#bindkey '^I' complete-word |
|
|
|
## Fix weird sequence that rxvt produces |
|
|
|
## Fix weird sequence that rxvt produces |
|
|
|
#bindkey -s '^[[Z' '\t' |
|
|
|
#bindkey -s '^[[Z' '\t' |
|
|
|
# |
|
|
|
# |
|
|
|