improve perforce checkout command

This commit is contained in:
Alexei Yatskov 2017-03-01 11:28:10 -08:00
parent 97662b045a
commit b7d14fc36a

View File

@ -36,7 +36,7 @@ nnoremap j gj
nnoremap k gk
" perforce checkout
nnoremap <silent><Leader>e :!p4 edit %<Cr>
nnoremap <silent><Leader>e :silent !p4 edit % <bar> set noro<Cr>
" vim-argwrap
nnoremap <silent><Leader>a :ArgWrap<Cr>