Hi Benjamin!

On Mi, 28 Jul 2010, Benjamin R. Haskell wrote:

> I think I'm flipping between too many programming languages at the 
> moment.  How do I feed a sequence of keys to Vim in Vimscript?
> 
> E.g. Given: Goa<cr>b<esc>

call feedkeys("Goa\<cr>b\<esc>")

regards,
Christian

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

Reply via email to