Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created November 11, 2015 06:12
Show Gist options
  • Save mdaisuke/8a74822ec26c9e0a4ac6 to your computer and use it in GitHub Desktop.
Save mdaisuke/8a74822ec26c9e0a4ac6 to your computer and use it in GitHub Desktop.
minimal vimrc
set backspace=2 " backspace in insert mode works like normal editor
syntax on " syntax highlighting
filetype indent on " activates indenting for files
set autoindent " auto indenting
set number " line numbers
colorscheme desert " colorscheme desert
set nobackup " get rid of anoying ~file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment