summaryrefslogtreecommitdiffstats
path: root/zshinput
blob: bcc2eb8bbce318a2ee91412dbe3711fb4af914ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
autoload history-search-end
zle -N history-beginning-search-backward-end history-search-end
zle -N history-beginning-search-forward-end history-search-end
bindkey "^[[A" history-beginning-search-backward-end
bindkey "^[[B" history-beginning-search-forward-end

bindkey "^?" backward-delete-char
bindkey "^H" backward-delete-char

bindkey "^[[3~" delete-char