Wednesday, July 28, 2010

Re: Feed keystrokes to Vim?

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

No comments: