On Thu, Jun 4, 2009 at 11:58 AM, Christian Brabandt wrote: > > Hi TheLonelyStar! > > On Do, 04 Jun 2009, TheLonelyStar wrote: > >> >> >> I do not want to use it, I sometimes press it by accident (Ctrl-X Ctrl-S). >> And it hangs my vim :( >> > > you can disable sending Flow Controll using stty (at least on linux). > > e.g. stty stop undef
Instead of undefining stop, it's a little cleaner to do "stty -ixon" - that way, it's one command to turn off flow control for ^S and ^Q, and one command to re-enable it (if for some reason you should ever want to). ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
