In Ben Orenstein's .vimrc, I see:
" Note that remapping C-s requires flow control to be disabled
" (e.g. in .bashrc or .zshrc)
map <C-s> <esc>:w<CR>
imap <C-s> <esc>:w<CR>
I would really like to use these mappings, but can't figure out what to put into .bashrc
in order to "disable flow control".
How can I do this (in Bash), and will it have other unwanted consequences?