I'm trying to edit all the files at once using vim buffers. Is it possible to delete 1st row of each file opened in buffers?
Asked
Active
Viewed 139 times
3 Answers
1
:tabdo 1d
works for me in gVim, but that's across multiple tabs. I'm not sure how buffers differ—you might need to use :bufdo
instead.
Check here for more info:

DaoWen
- 32,589
- 6
- 74
- 101