On 2010-10-20, Jeri Raye wrote:
> Hi
> In normal mode the cursor is a black box (in windows gvim).
> In insert mode its a line under the current char (in windows gvim)..
>
> Then you can go with the cursor arrow keys vertical over 0 1 and 2 in
> the example text below
>
> A(3 downto 0)
> B(4 downto 1)
> C(5 downto 2)
>
> Is this also possible in insert-mode.
Yes. In fact, in my Windows gvim, cursor movement using the arrow
keys is the same in both normal and insert modes. Perhaps you have
a mapping or an autocommand that is interfering with the cursor
movement. Try starting gvim from a command prompt as
gvim -u NONE
and see if that works as you think it should. If that works, then
you could try starting gvim as
gvim --noplugin
to load your _vimrc but not your plugins to try to determine whether
the culprit is your _vimrc or a plugin.
> What I now see is the following:
> I place the cursor At the A char.
> Then press the <cursor down> key and the cursor is then before B char
> Then I press a number of times to <cursor right> key so it's before the
> 1 char.
> When I then press the <cursor up> key I would like to have it before the
> 0 char, but it springs back to before the A char.
>
> How to change this?
Thank you for providing that description. That really helps in
understanding the problem you're seeing. Unfortunately, I don't
know how to interpret those results (my limitation, not yours) but
someone else on this list might.
HTH,
Gary
--
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