/vimrc

.vimrc

Primary LanguageVim ScriptMIT LicenseMIT

My vimrc

This vimrc file is used to do the following:

##Theme/Color Scheme

  • Set the editor's theme to use Solarized and set the background to dark.

##Mappings

  • Change the leader to use ','

  • Map ,md to convert the current file to Markdown.

  • Map ,q to do the equivalent of :q!

  • Map jj to the escape key. [This makes it faster to exit edit mode.]

##Sets Indenting

  • Each tab is four spaces.

  • Each tab is expanded into spaces.

##Cursor Position

  • Allow the mouse to change the cursor position.

  • Turns line numbers on.

##Plugins Used