Here's a neat trick. If you want to execute an ex command on all windows, you can do the following:
:windo command
so...
:windo %s/foo/bar/g would find and replace foo with bar in all windows.
Rotating cubes, window carrousel: using COMPIZ
2 hours ago
2 comments:
There's also :bufdo and :tabdo.
a question,
how send a command output to new tab or new buffer ?
thanks.
Post a Comment