diff --git a/zshrc b/zshrc index aaf2c53..020540c 100644 --- a/zshrc +++ b/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