|
|
|
@ -9,6 +9,11 @@ bindkey -s '\e.' "..\n"
|
|
|
|
|
bindkey '^r' history-incremental-search-backward
|
|
|
|
|
bindkey "^[[5~" up-line-or-history
|
|
|
|
|
bindkey "^[[6~" down-line-or-history
|
|
|
|
|
|
|
|
|
|
# make search up and down work, so partially type and hit up/down to find relevant stuff
|
|
|
|
|
bindkey '^[[A' up-line-or-search
|
|
|
|
|
bindkey '^[[B' down-line-or-search
|
|
|
|
|
|
|
|
|
|
bindkey "^[[H" beginning-of-line
|
|
|
|
|
bindkey "^[[1~" beginning-of-line
|
|
|
|
|
bindkey "^[[F" end-of-line
|
|
|
|
|