From 3585eaa327a3a7bddc5afc99c7d6efcaa5f2eac5 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 8 Dec 2012 11:27:44 -0500 Subject: [PATCH] avoid abbreviations in command mappings --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 481eb31..66a45af 100644 --- a/vimrc +++ b/vimrc @@ -78,8 +78,8 @@ map f :set ts=8:retab:set ts=4 map w :tab :tag " re-indent the following line how vim would automatically do it map j Ji -map :cn -map :cp +map :cnext +map :cprev vnoremap vnoremap <