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
Post a Comment