From ce063b1ad3ebb4073c67c83c868355544ec3f965 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 16 Dec 2013 18:50:13 +0100 Subject: vim: added the mapping in normal mode. This mapping is convenient when I want to select the whole text. --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index 1162187..f4b853a 100644 --- a/vimrc +++ b/vimrc @@ -104,3 +104,4 @@ let mapleader = "," " Control + S in insert mode: switch to normal mode and write to disk. inoremap :w nnoremap :w +nnoremap ggvG -- cgit v1.2.3