bcrem 写道: > ...and if so, how do I activate it? > > I keep hitting ":wq" when I only mean to hit ":w", and closing vim w/ > all my files loaded...it's quite annoying. > > Any help appreciated...
:wq will close the current window, it will only quit vim when you're closing your last window, are you talking about saving the buffers? But, don't worry, you can type vim without any argument to launch a new vim, you will see that all of your buffers are still there. (This should work by default, if not, check if you have the contents of vimrc_example.vim copied into your .vimrc) If you don't lost anything, why add a confirmation to slow down your operation? I personally dislike any kind of confirmation. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
