Skip to content

Instantly share code, notes, and snippets.

@tigershen23
Created October 10, 2015 01:34
Show Gist options
  • Save tigershen23/549c9431a055ae567cea to your computer and use it in GitHub Desktop.
Save tigershen23/549c9431a055ae567cea to your computer and use it in GitHub Desktop.
.vimrc.before
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