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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -