On 21/12/08 18:03, rob wrote: > BTW, I did find plugins and ways to define mappings to jump/move > inside a table, but my question is more about creating these ascii > tables in the first place.
You may be interested in the following: - 'virtualedit' to move the cursor, on an empty line, to where you want the horizontal line to end - :s/./-/g to replace everything on a line by dashes - the blockwise-visual I command to insert the same thing (such as a | character) before the block on every line (the duplication happens when you hit <Esc> to get out of insert mode). - etc. Best regards, Tony. -- It is easier to write an incorrect program than understand a correct one. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
