fix home end del zsh keybinds
This commit is contained in:
parent
71a4879d1d
commit
f9713af1b3
|
@ -31,6 +31,9 @@ in
|
|||
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 '\e[H' beginning-of-line
|
||||
bindkey '\e[F' end-of-line
|
||||
bindkey '\e[3~' delete-char
|
||||
|
||||
ZLE_RPROMPT_INDENT=0
|
||||
|
||||
|
|
Loading…
Reference in New Issue