Disable flow control in Zsh (^S/^Q)
This commit is contained in:
parent
5381036aed
commit
e2c20b9b46
@ -94,8 +94,8 @@ zstyle ':fzf-tab:complete:man:*' fzf-preview 'whatis -l $word | cut -d- -f2,3,4,
|
||||
# Directory options
|
||||
setopt AUTO_CD AUTO_PUSHD PUSHD_IGNORE_DUPS PUSHD_MINUS
|
||||
# Various options
|
||||
setopt CORRECT_ALL FLOW_CONTROL INTERACTIVE_COMMENTS LONG_LIST_JOBS REMATCH_PCRE
|
||||
setopt PROMPT_SUBST
|
||||
setopt CORRECT_ALL NO_FLOW_CONTROL INTERACTIVE_COMMENTS LONG_LIST_JOBS
|
||||
setopt REMATCH_PCRE PROMPT_SUBST
|
||||
|
||||
zmodload zsh/terminfo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user