Adding my Perforce leader-p edit file thing to vimrc

This commit is contained in:
Dustin Swan 2012-01-13 12:14:39 -06:00
parent 7b8b528cc3
commit a8958536cb

2
vimrc
View file

@ -127,3 +127,5 @@ inoremap kj <Esc>
" stop hitting Esc or c-[!
inoremap <Esc> <nop>
nnoremap <Esc> :noh<CR><Esc>
nnoremap <leader>p :! p4 edit %<CR>