# HG changeset patch # User Meredith Howard # Date 1634149332 18000 # Node ID 7980dce66a7aaf0fd18a90401edc8c7c29cfb5af # Parent cb33f9050d24aa693e243d155235615b978f95b4 Fix up zsh vi mode diff --git a/.zshrc b/.zshrc --- a/.zshrc +++ b/.zshrc @@ -7,6 +7,8 @@ DISABLE_AUTO_UPDATE="true" # DISABLE_AUTO_TITLE="true" COMPLETION_WAITING_DOTS="true" DISABLE_UNTRACKED_FILES_DIRTY="true" +VI_MODE_SET_CURSOR="true" +VI_MODE_RESET_PROMPT_ON_MODE_CHANGE="true" omz_plugins=( plugins/colored-man-pages @@ -34,7 +36,7 @@ if [ -f ~/.zgen/zgen.zsh ]; then fi fi -KEYTIMEOUT=1 +KEYTIMEOUT=25 REPORTTIME=5 HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"