Avoid issues with ctrl-s on the terminal

Disabling the terminal option for START/STOP is better because this
affects all programs. The previous fix only worked for readline.
This commit is contained in:
Fernando Schauenburg 2019-02-18 22:48:29 +01:00
parent 756e14df81
commit abfa79b015
2 changed files with 1 additions and 3 deletions

View file

@ -279,6 +279,7 @@ man() {
} }
# Apply customizations # Apply customizations
stty -ixon # disable ctrl-s and ctrl-q
bashrc_customize_environment bashrc_customize_environment
bashrc_customize_shell_options bashrc_customize_shell_options
bashrc_customize_paths bashrc_customize_paths

View file

@ -26,6 +26,3 @@ set visible-stats on
# Restore this behavior from emacs mode # Restore this behavior from emacs mode
"\C-l": clear-screen "\C-l": clear-screen
# Avoid issues with C-s
"\C-f": forward-search-history