1
0
Fork 0

Disable flow control in Zsh (^S/^Q)

This commit is contained in:
tastytea 2022-04-30 11:04:18 +02:00
parent 5381036aed
commit e2c20b9b46
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 2 deletions

View File

@ -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