在Ben Orenstein的.vimrc中,我看到:
" 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>
Run Code Online (Sandbox Code Playgroud)
我真的想使用这些映射,但无法弄清楚要放入什么.bashrc以"禁用流量控制".
我怎么能这样做(在Bash中),还会产生其他不良后果吗?