I am using vim 6.3 on Linux on PuTTy shell.
I notice that every so often some garbage characters appear on the screen,
for some reason I don't understand, which go away when I refresh the editor
( Control+L )
I notice that I am spendinng more time refreshing the editor than to do
actual work :-(
Is there any way to ask vim to do refresh automatically after every command
or after N number of seconds ?
Or better yet someway to prevent these unwanted characters to appear in the
first place..?
Thanks in advance!
vim user.
:help autocommand
> Or better yet someway to prevent these unwanted characters to appear in the
> first place..?
Depends on garbage. My vote is that the terminal and 'vim' instance
disagree on environment settings.
--
Torvalds' goal for Linux is very simple: World Domination
Stallman's goal for GNU is even simpler: Freedom
set guifont=Monaco:h8:w5:cANS
set guifont=Monaco:h9:w6:cANS
So the fonts will get a "bit wider" and no pixel will be let behind.
---
frmsrcurl: http://compgroups.net/comp.editors/-vim-How-to-refresh-vim-automatically-or-prevent-junk-chars-to-appear