Hello Marcin,
Excerpt from Marcin Szamotulski:
-- <snip> --
> Using both ':he tex-slow' and turning of folding doesn't help that much as
> setting 'norelativenumber'. Though setting ':syntax off' helps equally well.
Both of you Yichao Zhou and you Marcin did not tell if you use vim inside a
terminal window. I just extrapolate that from your using of the word vim instead
of gvim. So the following might not suit you.
Once i also had a bad performing vim inside of an xterm, especially scrolling
upwards was utterly slow.
This has helped a lot:
,----[ ~/.vimrc ]--------
if &term =~? "^xterm.*"
set ttyfast
set ttyscroll=3
else
`---------------------------------------------
:h 'ttyfast'
:h 'ttyscroll'
>
> Best,
> Marcin
>
--
Regards,
Thilo
4096R/0xC70B1A8F
721B 1BA0 095C 1ABA 3FC6 7C18 89A4 A2A0 C70B 1A8F
--
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