Browse Source

fix: vim not freeze on CTRL+S

master
pvincent 3 years ago
parent
commit
d886a596ef
  1. 3
      bash.bashrc

3
bash.bashrc

@ -45,6 +45,9 @@ if ! shopt -oq posix; then
fi
fi
# prevent CTRL+S to freeze in vim
stty -ixon
__prompt_command() {
local EXIT="$?" # This needs to be first

Loading…
Cancel
Save