Andy Wokula wrote: > Peng Yu schrieb: >> Hi, >> >> I can open multiple file from command line. >> gvim -o *.cpp >> >> I'm wondering how to do so from inside gvim. Obviously, the following >> command is not working. >> >> :new *.cpp >> >> Thanks, >> Peng > > :n*.cpp|sba
:sa is perhaps more correct than :sba. I personally use the more intuitive :args *.cpp :sall :help :args_f :help :sall They can be further abbreviated, but I don't. I type pretty fast, though. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
