Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[runcoms/zpreztorc] Suggest changing the key timeout for vi mode users #1347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions runcoms/zpreztorc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ zstyle ':prezto:load' pmodule \
# Set the key mapping style to 'emacs' or 'vi'.
zstyle ':prezto:module:editor' key-bindings 'emacs'

# Set the time for zsh to wait for additional keypresses. In vi mode you
# can set this to 1 (0.01s) to remove the delay from entering and
# exiting vicmd mode. The default is 0.4s (KEYTIMEOUT=40)
# Recommended in vi mode, but setting too low in emacs mode will not allow
# time to enter additional keypresses.
#export KEYTIMEOUT=1

# Auto convert .... to ../..
# zstyle ':prezto:module:editor' dot-expansion 'yes'

Expand Down