Skip to content

Instantly share code, notes, and snippets.

@dennisdrew
Last active April 2, 2019 03:33
Show Gist options
  • Save dennisdrew/bda6d52288cf871268e5b7785cab0d87 to your computer and use it in GitHub Desktop.
Save dennisdrew/bda6d52288cf871268e5b7785cab0d87 to your computer and use it in GitHub Desktop.
Simple Vimrc for JS dev
set tabstop=4
set shiftwidth=4
set expandtab
set number
nnoremap H gT
nnoremap L gt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment