Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

vim is a highly configurable text editor for efficiently creating and changing any kind of text. It is included as "vi" with most UNIX systems and with Apple OS X.

Basically you will be able to use colorful text editing environment based on the element type of the file like below:

Image Removed


In my case, I am not to see the remark easily, so I changed its environment by creating ~/.vimrc like below

Code Block
languagebash
title~/.vimrc
syntax on
colorscheme desertslate

If you want to set above globally, you need to add above two lines at the end of /etc/vimrc


So eventually you will be able to see a little bit different colors like below:

Image RemovedImage Added