Hi, I am using vim (ubuntu/gnome) for some time. I tried to make a mapping for using CTRL-S to save a file
nmap <c-s> :w<CR> imap <c-s> <Esc>:w<CR>a But this mapping does not seem to work. I have searched for answers but they usually involve windows related stuff. None of the other mappngs(in .vimrc) seem to interfere with this. The above mapping works for CTRL-A. I see this problem in gnome-terminal (both with & without screen) Does anybody have a clue or idea as to whar could possibly be making the CTRL-S not work. Thanks. vox --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
