Browse Source

prevent CTRL+S from stopping scrolling

master
pvincent 3 years ago
parent
commit
9e4d31e99e
  1. 2
      bash.bashrc

2
bash.bashrc

@ -45,7 +45,7 @@ if ! shopt -oq posix; then
fi
fi
# prevent CTRL+S to freeze in vim
# prevent CTRL+S to freeze in vim, CTRL+Q to unfreeze!
stty -ixon
__prompt_command() {

Loading…
Cancel
Save