Skip to content

Instantly share code, notes, and snippets.

@ManWithBear
Created December 18, 2017 17:44
Show Gist options
  • Save ManWithBear/c4e65d8da6935a768ec4c017afed529d to your computer and use it in GitHub Desktop.
Save ManWithBear/c4e65d8da6935a768ec4c017afed529d to your computer and use it in GitHub Desktop.
syntax on " syntax highlightnig
set number " add line number
set mouse=a " enable mouse
set ruler " cursor position in bottom right corner
set tabstop=4 " number of spaces per tab
set autoindent " start new line on same indentation
set expandtab " use spaces instead of tabs
filetype on " try to understand type of file for highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment