j
k
j a
j l
On 5/17/2011 12:19 PM, Jussi Hirvi wrote:
There are some googlable ways to feed a list of filenames to vim, but I stumble on weird results. With my filelist, I try to do cat list | xargs vim
There are some googlable ways to feed a list of filenames to vim, but I stumble on weird results.
With my filelist, I try to do
cat list | xargs vim
Try this:
vim `cat list`
Back to the thread
Back to the list