Tuesday, September 7, 2010

Re: vim equivalent of save-excursion in emacs

>
> nmap <leader>. ma{V}!par<CR>`a
> imap <leader>. <Esc>ma{V}!par<CR>`ai
>


oops, that should be:

nmap <leader>. ma{V}:!par<CR>`a
imap <leader>. <Esc>ma{V}:!par<CR>`ai

--
http://pipedreams.polite.se/about/


--
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

No comments: