eliweiqiang wrote:
> Sometimes I will use the mouse to control page scroll, but the cursor
> will scroll with the page, then I can not find its original location.
> So, how can I fix the cursor? like other editors, their cursors won't
> move while scrolling.
>    
One interpretation: you want the cursor to remain fixed with respect to 
the text...
You can use ctrl-e and ctrl-y up to a point for this.  However, its a vi 
thing; the cursor must show on the page.
So scrolling will rapidly bring the cursor to the top or bottom, and the 
top or bottom is where it'll remain.

Another interpretation: you want the cursor to remain fixed with respect 
to the screen boundaries...
   set ve=all nosol
should help.

Regards,
Chip Campbell


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to