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:
parent
756e14df81
commit
abfa79b015
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue