add keybind for perforce checkout

This commit is contained in:
Alexei Yatskov 2017-01-17 10:46:25 -08:00
parent dae496b21c
commit bef854c3cc

View File

@ -35,6 +35,9 @@ nnoremap <C-o> :only<Cr>
nnoremap j gj
nnoremap k gk
" perforce checkout
nnoremap <silent><Leader>e :!p4 edit %<Cr>
" vim-argwrap
nnoremap <silent><Leader>a :ArgWrap<Cr>