On 09/27/10 13:47, [email protected] wrote:
Now CTRL-A end CTRL-E in input are no longer working.

:<CTRL-A>

give me a long list of functions(?) or somthing
and

:<CTRL-E>  give me the opposite of that: The sound of silence
or with other words: Nothing.

The first one is an expected behavior detailed at

  :help c_CTRL-A

The latter should still work (ctrl+E should behave the same as <end>) so if your cursor is in the middle of a command:

  :%s/foo/bar/

with the cursor on "f", pressing ctrl+E should take you to the end of the input. I suspect you had/want a mapping something like

  :cnoremap <c-a> <home>

-tim


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