Last active
August 29, 2015 14:20
-
-
Save outman/a64860f83f011d707ed7 to your computer and use it in GitHub Desktop.
vimrc unmap key
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
""""""""""""""""""""""""""""""""" | |
" 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