fix home end del zsh keybinds

This commit is contained in:
Daniel Olsen 2021-12-23 02:04:37 +01:00
parent 71a4879d1d
commit f9713af1b3
1 changed files with 3 additions and 0 deletions

View File

@ -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