diff --git a/vimrc b/vimrc index 6bef45a..71c3115 100644 --- a/vimrc +++ b/vimrc @@ -127,3 +127,6 @@ inoremap kj " stop hitting Esc or c-[! inoremap nnoremap :noh + +" open the current file for edit in Perforce +nnoremap p :! p4 edit %