zsh disable flow_control
This commit is contained in:
parent
985825a9f9
commit
0a104152ef
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@
|
||||||
zstyle ':completion:*' menu no
|
zstyle ':completion:*' menu no
|
||||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls $realpath'
|
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls $realpath'
|
||||||
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-prewview 'ls $realpath'
|
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-prewview 'ls $realpath'
|
||||||
|
|
||||||
|
#disable control+s to pause terminal
|
||||||
|
unsetopt FLOW_CONTROL
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
"vi" = "nvim";
|
"vi" = "nvim";
|
||||||
|
|
Loading…
Add table
Reference in a new issue