From f5884c6226241cf013277be17b66c3521fe49410 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Wed, 18 Dec 2013 12:39:34 +0100 Subject: vim: added a comment to the mapping --- vimrc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 051689d..d0afa54 100644 --- a/vimrc +++ b/vimrc @@ -104,4 +104,7 @@ let mapleader = "," " Control + S in insert mode: switch to normal mode and write to disk. inoremap :w nnoremap :w + +" in normal mode selects the whole text by using visual mode. nnoremap ggVG + -- cgit v1.2.3