Skip to content

Instantly share code, notes, and snippets.

@mindbat
Created January 29, 2013 23:00
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mindbat/4668805 to your computer and use it in GitHub Desktop.
vimrc file
set number
set ts=2
set expandtab
nnoremap <tab> %
vnoremap <tab> %
nnoremap ; :
let mapleader = ","
nnoremap <leader>W :%s/\s\+$//<cr>:let @/=''<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment