On 04/01/2011 at 02:29, AK <[email protected]> wrote: > This looks interesting.. I might use it, too. Since it will > overwrite ' mark, maybe it's best to go back using '' command > instead of ctrl-O? (i.e. easier to type?) But I thought ' mark only > keeps line, not column > position? I'll try it tomorrow.. -ak
Hi AK, You can use CTRL-O, `', or ``. The ' mark also keeps column position, but you have to use backtick (`) or CTRL-O to restore it. By the way, I've officially created a Vim plugin called "line-based jump memory". You can check it out at: http://www.vim.org/scripts/script.php?script_id=3391 Best, -- Douglas A. Augusto -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
