On 2008-12-11, Robert Mark Bram wrote: > Hi All, > > I like tabs.. so I do this a lot: > :tabnew ./somefile.txt > > But since I work with programming projects, the file I want to open is > usually not in the whatever dir I am currently editing from, so I have > done this a few times too in order to find my file: > > :r ! find . -name *.css > > Is there any way to combine the two? I.e. use the output of a find > command in a :tabnew? This would make it so easy to find and open > files at the same time. :)
On 2008-12-11, Robert Mark Bram wrote: > :tabf . > > Wow.. this is so cool.. and just *almost* enough, but I want the > search! :) :tabnew **/somefile.txt See :help wildcard :help starstart-wildcard Regards, Gary --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
