Skip to content

Instantly share code, notes, and snippets.

@redraw
Created June 7, 2017 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redraw/93d657e3c7865dc639fd0282559b95ff to your computer and use it in GitHub Desktop.
Save redraw/93d657e3c7865dc639fd0282559b95ff to your computer and use it in GitHub Desktop.
filetype plugin indent on
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab
colorscheme elflord
" line numbers
set nu
" tab navigation
map tn :tabn<CR>
map tp :tabp<CR>
map tm :tabm
map tt :tabnew
map ts :tab split<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment