Created
August 28, 2015 04:34
-
-
Save metaldrummer610/3934e1599972b92e255b to your computer and use it in GitHub Desktop.
amix my_configs
This file contains hidden or 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
| autocmd VimEnter * NERDTree | |
| nmap <silent> <c-n> :NERDTreeToggle<CR> | |
| let g:NERDTreeWinPos = "left" | |
| set pastetoggle=<F2> | |
| nmap <F3> gg=G | |
| set nu | |
| au! FileType javascript | |
| autocmd FileType javascript noremap <buffer> <c-f> :call JsBeautify()<cr> | |
| " for html | |
| autocmd FileType html noremap <buffer> <c-f> :call HtmlBeautify()<cr> | |
| " for css or scss | |
| autocmd FileType css noremap <buffer> <c-f> :call CSSBeautify()<cr> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment