Created
January 29, 2013 23:00
-
-
Save mindbat/4668805 to your computer and use it in GitHub Desktop.
vimrc file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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