Skip to content
kepbod edited this page Dec 8, 2012 · 14 revisions

##Suggestions for ivim Use iTerm2 in OS
The terminal in OS doesn't support 256-color, so it's better to use iTerm2 instead.
Set utf-8 in PuTTY
The default setting in PuTTY doesn't support Unicode well, so there may be some display errors when using this Vim configuration in PuTTY. Correct it by setting PuTTY "window"->"translation"->"received data assumed to be in which character set:" to be utf-8.
Fast Start Up in a Telnet Session
When you telnet to a remote machine and fire Vim on that machine, sometimes it takes a lot of time for Vim to start. Instead if you use vim -X, it will start vim almost instantaneously. This is because "-X" options tells vim not to connect to the local X server, which can save a lot of startup time. Also vim -X --noplugin will not load any plugins in $VIMRUNTIME/plugin directory. This will again speed up the starting and is very useful especially when running vim from a Disk mounted over NFS.
Using Vim in Ubuntu
The default Vim in Ubuntu doesn't support enough languages such as perl and ruby. So it's very awful to use it. Instead of compiling a good Vim from the source code, you could install vim-nox using synaptic package manager

Clone this wiki locally