How to disable clipboard in Vim -


vim on ssh linux system taking long time @ startup.
profiling vim --startuptime found problem setting clipboard:

clock   elapsed:  5042.066  5041.140: setup clipboard 

is there way disable step?
never use anyway , i'd rather have quicker startup.

found solution more googling:

set clipboard=exclude:.* 

now startup time quick!


Comments

Popular posts from this blog

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

javascript - return highlighted cells to php -

java - Creating a room by reading from a file (for a game) -