Thursday, October 8, 2015

Save and source and vimscript with a keymap..

Hey Guys,

I would like to save the current file (a vim script) and source it simultaneously. The following works in normal mode.

:w % | :source %

However, when I attempt to define a mapping for it in my .vimrc I get an error message (Error detected while processing .vimrc)

nnoremap <leader>s :w % | source %<cr>

Any help would be appreciated.

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment