momodi 写道: > 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.
All programs in a terminal must obey the rules of terminal, this is not the vim's fault. In a terminal Ctrl-S is reserved for flow control and no program can use it. If you like the terminal very much you should have to change your habit. Since the terminal rules occur far earlier than most existing OSes it is hard to break them. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
