zsh: Make Home and End work

This commit is contained in:
Sijmen 2020-05-09 21:59:56 +02:00
parent 079d389cee
commit 722b84028b
Signed by: vijfhoek
GPG key ID: DAF7821E067D9C48

2
zshrc
View file

@ -34,6 +34,8 @@ setopt sharehistory
setopt incappendhistory
bindkey -v
bindkey '^[[H' beginning-of-line
bindkey '^[[F' end-of-line
bindkey '^R' history-incremental-search-backward
KEYTIMEOUT=1