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

php - Passing multiple values in a url using checkbox -

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

sql - Postgresql tables exists, but getting "relation does not exist" when querying -