mirror of
https://github.com/sorin-ionescu/prezto.git
synced 2025-01-23 20:12:16 +08:00
Compare commits
6 Commits
2623a3f99e
...
08679ec1a4
Author | SHA1 | Date | |
---|---|---|---|
|
08679ec1a4 | ||
|
427268c64f | ||
|
61d7dc9a72 | ||
|
2388b8f873 | ||
|
9626ce2beb | ||
|
17226b3d29 |
@ -1 +1 @@
|
|||||||
Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5
|
Subproject commit e52ee8ca55bcc56a17c828767a3f98f22a68d4eb
|
@ -1 +1 @@
|
|||||||
Subproject commit 978e79e12c44b5b1d3e1e2920c537002087b82c2
|
Subproject commit c160d09fddd28ceb3af5cf80e9253af80e450d96
|
@ -1 +1 @@
|
|||||||
Subproject commit 8dd05bfcc12b0cd1ee9ea64be725b3d9f713cf64
|
Subproject commit 87ce96b1862928d84b1afe7c173316614b30e301
|
@ -23,7 +23,7 @@ if ([[ "$TERM_PROGRAM" = 'iTerm.app' ]] && \
|
|||||||
_tmux_iterm_integration='-CC'
|
_tmux_iterm_integration='-CC'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && "$TERM_PROGRAM" != "vscode" && "$TERMINAL_EMULATOR" != "JetBrains-JediTerm" ]] && ( \
|
if [[ -z "$TMUX" && -z "$EMACS" && -z "$VIM" && -z "$INSIDE_EMACS" && -z "$VSCODE_RESOLVING_ENVIRONMENT" && "$TERM_PROGRAM" != "vscode" && "$TERMINAL_EMULATOR" != "JetBrains-JediTerm" ]] && ( \
|
||||||
( [[ -n "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' remote ) ||
|
( [[ -n "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' remote ) ||
|
||||||
( [[ -z "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' local ) \
|
( [[ -z "$SSH_TTY" ]] && zstyle -t ':prezto:module:tmux:auto-start' local ) \
|
||||||
); then
|
); then
|
||||||
|
@ -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