> Better idea: instead of just p, hit "0p to always paste from the yank > register. Or even use a mapping like :vnoremap p "0p
I see -- that makes sense. The downside of that particular remap is that sometimes I might want to paste out of another buffer. But "0p is better than having to do a p and then finding the text to copy again. >> 2. If I select the same block over and over again, hitting "p" will >> toggle the block back and forth from its old state to its new state. > That's actually kind of cool...and lets you move blocks around easier. At first, I suppose the "swap" character of the whole thing seems neat, but I have a feeling it's not really useful in practice. Still, I'm persuaded by the argument that deleted stuff (especially big blocks) have to be put somewhere. > :vnoremap p "_d"0P or similar ought to do it. Again, it would be nice if there was a remap that would still allow for pasting out of other buffers... Thanks! -- Ted -- Ted Pavlic <[email protected]> Please visit my ALS association page: http://web.alsa.org/goto/tedpavlic My family appreciates your support in the fight to defeat ALS. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
