diff --git a/vimrc b/vimrc index a51dc279..aa94620f 100644 --- a/vimrc +++ b/vimrc @@ -381,6 +381,13 @@ nnoremap yw yaw imap _ imap - +" extensions for tComment plugin. Normally +" tComment maps 'gcc' to comment current line +" this adds 'gcp' comment current paragraph (block) +" using tComment's built in p mapping +nmap gcp p + + " This remaps easymotion to show us only the left " hand home row keys as navigation options which " may mean more typing to get to a particular spot