1

I want vim/macvim to override the current theme from the commandline.

Something like:

vim -colorscheme=solarized 

Is there any way to tell vim/macvim to override the current .vimrc colorscheme from the commandline?

4

1 に答える 1

8

読みました$ vim --helpか?

$ vim -c "colorscheme desert"
于 2013-06-17T13:05:09.187 に答える