Skip to content

Instantly share code, notes, and snippets.

@outman
Last active August 29, 2015 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save outman/a64860f83f011d707ed7 to your computer and use it in GitHub Desktop.
Save outman/a64860f83f011d707ed7 to your computer and use it in GitHub Desktop.
vimrc unmap key
"""""""""""""""""""""""""""""""""
" https://github.com/amix/vimrc
"""""""""""""""""""""""""""""""""
set nu
set mouse=v
let g:NERDTreeWinPos = "left"
""""""""""""""""""""""""""""""""""
" => PHP section
""""""""""""""""""""""""""""""""""
au FileType php inoremap $t $t
au FileType php inoremap $e $e
au FileType php inoremap $q $q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment