Skip to content

Instantly share code, notes, and snippets.

@simonkberg
Created April 23, 2016 22:17
Show Gist options
  • Select an option

  • Save simonkberg/43b4b42774b499d6f79e4b456b52f9ce to your computer and use it in GitHub Desktop.

Select an option

Save simonkberg/43b4b42774b499d6f79e4b456b52f9ce to your computer and use it in GitHub Desktop.
syntax enable " enable syntax processing
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing
set expandtab " tabs are spaces
set number " show line numbers
set showcmd " show command in bottom bar
set wildmenu " visual autocomplete for command menu
set lazyredraw " redraw only when we need to.
set showmatch " highlight matching [{()}]
set incsearch " search as characters are entered
set hlsearch " highlight matches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment