What does:
:set startofline?
Show?
----- Original Message -----
From: Brad Waite [br...@wc...]
Sent: 09/14/2008 11:35 AM CST
To: vim...@li...
Subject: [vimplugin-devel] cursor position reset on tab switch
Is there anyone who *doesn't* have the issue where the cursor resets to
position 1,1 when moving between tabs?
It's an extremely annoying problem and I'm trying to determine if it could
be caused by something in a vimrc, or whether it's a inherent issue with
vimplugin. If you have a definitive answer, please let us all know.
I'm using `` or `. as a workaround, but they don't always work.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
vimplugin-devel mailing list
vim...@li...
https://lists.sourceforge.net/lists/listinfo/vimplugin-devel
startofline is not set.
And the problem is that the cursor is moving to the top of the file (line
1, col 1), not just the beginning of the current line.
Dav...@sy... wrote:
> What does:
> :set startofline?
>
> Show?