On 2/26/07, Lev Lvovsky <[EMAIL PROTECTED]> wrote:
I'm sure there's a fancy word for this, but is there any way to pull text to the right?suppose I have the following: COL1 INT, COL2 INT, COL3 INT, I'd like to get "COL3" aligned to "COL1" and "COL2", but to do that, I need to put the cursor behind "COL3", hit space several times, and then align "INT" with the other "INTs". Can I put my cursor to the right of "COL3", and pull it over to "INT" on the right?
Try >> in normal mode. :help >, :help <, :help 'shiftwidth' Yakov
