zsh: Make Home and End work
This commit is contained in:
parent
079d389cee
commit
722b84028b
1 changed files with 2 additions and 0 deletions
2
zshrc
2
zshrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue