From 0b7179f6a4dc4af8db57029bb58453a96ef9a3cb Mon Sep 17 00:00:00 2001 From: yan Date: Tue, 6 Dec 2011 00:33:11 -0800 Subject: [PATCH] Added 'gcp' alias to comment current paragraph Follows tComment's 'gcc' alias for comment current line. --- vimrc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vimrc b/vimrc index a51dc27..aa94620 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