I can see a question in zhihu. Why do most programmers prefer black interfaces? The transparent ide solution shared by sunus in is very good, so I also studied it for a long time and finally succeeded in the test on Mac. The next step is to learn how to play Vim ...... The effect is as follows:
Simply put, iterm2 with a transparent background is used to encode it with vim. It's easy to find how to set a transparent background.
Below are several difficult points:
- Vim to use good, but also good configuration, I used a spf13-vim For Vim automation configuration, and then can have code dyeing, prompts and other functions.
- But Mac comes with vim Version 7.3, after the spf13-vim is installed, there will always be an error.
- Therefore, use homebrew to install the latest Vim version. (You 'd better install homebrew first, then use it to install git first, and then install the latest Vim version)
- Then you need to change the terminal command 'vim 'to point to your latest version of VIM. Here I installed the OH MY zsh file to modify. zshrc and add the following code:
Alias Vim = "/usr/local/bin/Vim"
Then, you can read documents while writing code to improve work efficiency.
CAPTCHA while watching videos