From e18a698da28b6b2f4a42d3d8dd6c84f5388241d8 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Mon, 27 Jan 2014 13:02:52 +0100 Subject: vim: removed re-map of . --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index 1f061f4..70cea05 100644 --- a/vimrc +++ b/vimrc @@ -132,9 +132,6 @@ nnoremap c :close inoremap :w nnoremap :w -" in normal mode selects the whole text by using visual mode. -nnoremap ggVG - " vim-surround.vim: s is used to surround a word. map s ysiw -- cgit v1.2.3