From dfcc4fc44823329f5d4d40b1a3199120787f033b Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 5 Dec 2012 15:39:55 -0600 Subject: [PATCH] added remap for . to work in vieual mode --- vim/vimrc.symlink | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/vimrc.symlink b/vim/vimrc.symlink index 506c71f..8dd9313 100644 --- a/vim/vimrc.symlink +++ b/vim/vimrc.symlink @@ -201,6 +201,9 @@ nmap q :bd " close the current buffer " switch between current and last buffer nmap . +" enable . command in visual mode +vnoremap . :normal . + " Window movement shortcuts " move to the window in the direction shown, or create a new window function! WinMove(key) @@ -310,6 +313,7 @@ function! Smart_TabComplete() endif endfunction inoremap =Smart_TabComplete() + """"""""""""""""""""""""""""""""""""""""""""""""""""""""""" " => Plugins """""""""""""""""""""""""""""""""""""""""""""""""""""""""""