Carsten Agger 写道: > I currently like to use vim as an ebook reader, using commands like L, H > and z<CR> to navigate the text. > > Only one thing bothers me: The cursor, which is always the somewhere, > blinking away. Is there a way to hide/disable it? > > The cursor is of course important, but while I'm not using it, I don't > have to see it, I think. > > Maybe there's a simple solution, but :help cursor didn't yield anything > helpful. > > Thanks in advance for any suggestions.
There's a script to use vim as less (the cursorless viewer mode designed for ebook reader): /usr/local/share/vim/vim72/macros/less.sh if you compiled vim for your own it should be at the above directory, if not, you should found at similar directory such as /usr/share/vim/vim72/macros/less.sh --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
