zsh disable flow_control

This commit is contained in:
cy 2024-12-21 15:16:09 -05:00
parent 985825a9f9
commit 0a104152ef

View file

@ -44,6 +44,9 @@
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls $realpath'
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-prewview 'ls $realpath'
#disable control+s to pause terminal
unsetopt FLOW_CONTROL
'';
shellAliases = {
"vi" = "nvim";