mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 11:22:17 +08:00
Merge 17226b3d29
into 427268c64f
This commit is contained in:
commit
08679ec1a4
@ -66,6 +66,13 @@ zstyle ':prezto:load' pmodule \
|
|||||||
# Set the key mapping style to 'emacs' or 'vi'.
|
# Set the key mapping style to 'emacs' or 'vi'.
|
||||||
zstyle ':prezto:module:editor' key-bindings 'emacs'
|
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 ../..
|
# Auto convert .... to ../..
|
||||||
# zstyle ':prezto:module:editor' dot-expansion 'yes'
|
# zstyle ':prezto:module:editor' dot-expansion 'yes'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user