On 9/20/06, Meino Christian Cramer <[EMAIL PROTECTED]> wrote:
 3.) Last "glued cursor" thingy: I want to glue the cursor on the text
   and using "up" and "down" will not move the cursor on the text but
   the text on the screen.

There are 2 methods:
a) 'set scrolloff=999' locks cursor at the middle of the screen.
This works for vim6 and vim7.

b) plugin 'scrollfix.vim' (also attached)
locks cursor at any line of screen chosen by you. Only vim7.
http://www.vim.org/scripts/script.php?script_id=1649

To chage line at which cursor is locke, set this in your .vimrc:
  :let scrollfix=70 " keep cirsor at 70% from top of screen

Yakov

Yakov

Attachment: scrollfix.vim
Description: Binary data

Reply via email to