Jeri Raye wrote:
> Hi
>
> How do you reshuffle words on a line?
>
> I have text where I want to reshuffle the lines that start with AAAA
> So
>
> AAAA BB CCCCCC
>
> Must be come
>
> CCCCCC AAAA BB
>
> How do you do that?
>
>
Hello!
The tip:
http://vim.wikia.com/wiki/VimTip47
has two maps that would help with this (gl, gr). These two maps "push"
a word to the left/right, respectively.
Regards,
Chip Campbell
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---