How to get different colorschemes in Vim split window?
问题 I prefer having different colorscheme for python and different for rest of the files. So, what I did is added the below two lines in my vimrc : "for python file autocmd! BufEnter,BufNewFile *.py colo badwolf autocmd! BufLeave *.py colo badwolf "for rest of the files colo molokai Everything works fine when I open a new/pre-exixting file in vim using vim test.py but problem occur when I split my vim window into two using :split .scripts/test.sh . What happens is after splitting the window when