In ex-mode I can use :g/^$/d
for the whole file. How to do it for a visual selected part of the file?
views:
103answers:
1
+8
A:
Select text visually, press : to enter command mode, and use the same command or use the '<
and '>
markers. E.g. :'<,'><your command here>
.
Alex
2009-11-27 09:10:24
Thank's a lot! If it ever where as easy ;)
vbd
2009-11-27 09:17:11