How may I scroll with vim into a big file ?
Posted
by Luc M
on Stack Overflow
See other posts from Stack Overflow
or by Luc M
Published on 2009-02-18T15:27:43Z
Indexed on
2010/03/23
3:31 UTC
Read the original article
Hit count: 266
vim
|large-files
Hello,
I have a big file with thousands of lines of thousands of characters.
I move the cursor to 3000th character.
If I use PageDown or <CTRL>-D, the file will scroll but the cursor will come back to the first no-space character.
There's is an option to set to keep the cursor in the same column after a such scroll ?
I have the behavior with gvim on Window, vim on OpenVMS and Cygwin.
Regards
© Stack Overflow or respective owner