Change VIM colorscheme


Dear Reader,

Today, I am writting about how you change VIM Editor colorscheme as per your choice. VIM editor is a very versatile text editor which have a great feature for syntax highlighting, completion, search and replace.
It requires skill and you must have memorized the commands as remember shortcuts for new editors. Alongwith, You need to install plugins for you choice and the feature you want.

Today We gonna see about changing color/colorsheme in VIM Editor.

You can follow the blog and also can find a YouTube video link below the Page.

  •  Let's Begin with by open the terminal.

Terminal Window
Terminal


  • Now, type vim and hit enter button.



VIM without any file.

    • You must see something very identical to it.
  • By Default you vim will open in command mode or in normal mode.
    • enter :color morning <cr>
      • <cr> carriage return or  enter button
VIM in command mode. (:color <color> or :colorscheme <color>) works identical.
  • You will be able to see something like, after hitting enter. 
VIM editor After effect of applying colorscheme morning
  • It will affect in run time but if you want to presist it for as default for you editor.
    • you can edit ~/.vimrc file and add command "colorscheme morning" without quote(").
Click here to see the YouTube Video for more clear understanding.




You can also download colorscheme and apply them.

You have any query ask question in comment section.

Thank you,

Comments

Popular posts from this blog

PHP function and Keywords used to print on Webpage.

Assignment 1 Question 3 (Server side and Client Side Scripting)

Install the packages in Linux