Tip #363: Starting up Vim very fast expecially from a telnet session
tip karma |
Rating 40/22, Viewed by 646
|
created: |
|
November 7, 2002 14:06 |
|
complexity: |
|
basic |
author: |
|
vim_power |
|
as of Vim: |
|
5.7 |
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.
Njoy
<<matchit.vim and coldfusion (and perhaps others) |
Automatic file type detection with fully qualified ClearCase names >>
Additional Notes
|