Created
October 10, 2015 01:34
-
-
Save tigershen23/549c9431a055ae567cea to your computer and use it in GitHub Desktop.
.vimrc.before
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
let mapleader = "," | |
inoremap jk <ESC> | |
vmap '' :w !pbcopy<CR><CR> | |
inoremap <F2> <c-o>:w<cr> | |
let g:jsx_ext_required = 0 | |
:set wildignore+=*.o,*.obj,**/node_modules/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment