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. :) Any help would be much appreciated! Rob :) --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
