On 8/30/06, Thomas Unternaehrer <[EMAIL PROTECTED]> wrote:
2. Every time I hit <C-s> Vi freezes immediately (have to close the window). I tried to unmap it with "map <C-s> <Nop>" and "map! <C-s> <Nop>" and tried to map it to something different with "imap <C-s> <ESC>:w<CR>i" but nothing helped.
This is issue of your terminal emulator (like xterm) not vim's. In many terminal emulators, Ctrl-S freezes output until Ctrl-Q. vim (or any other program running) won't see neither Ctrl-S nor Ctrl-Q. To disable this behaviour in your terminal, google or read manpage for your terminal emulator. For example, in Konsole, the configuration item is in Menu->Settings->ConfuigureKonsole->General-> Use Ctrl-S/Ctrl-Q flow control. Yakov
