On 12/30/08, Tony Mechelynck wrote: > > On 30/12/08 13:41, momodi wrote: > > When I add "mswin.vim" at vimrc, there will be "ctrl+s" to save a > > file. > > > > But When I using vim not gvim, it doesn't work.(using vim in gnome- > > terminal) > > > > My OS is ubuntu 8.10. > > > > Could you help me? thanks. > > Some terminals use Ctrl-Q and Ctrl-S for flow control. These keys are > not available to programs running in the terminal then.
And, to disable flow control keys in such terminals, you can put something like stty -ixon to your shell rc file. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
