I've a couple of visual selection questions:

1. with blockwise, is there any way when using 'p' after yanking, that it would add as many lines below the one I'm pasting to, as I'm pasting? Currently a blockwise yank and subsequent paste simply replaces that a block of the same size in the pasted area - can I have it add lines like visual paste does?

2. how do I do regular expression searches in a blockwise visual selection? specifically, if i'm looking to change something at the end of the block, say for example, replace all trailing whitespace with a ',' I can't do the following:
:'<,'>s/ *$/,/
because it'll act on the whole line outside of the block

thanks for any advice!
-lev

Reply via email to