From 55e6c5605509ebf9dae38ea12a7e4393a8da9185 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 16 Jun 2014 01:52:53 -0400 Subject: [PATCH] Fixed highligh/select in input mode + now selecting a location in visual mode with the left mouse button will expand the selection to that point --- vim/config/keyboard.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 19c38c6..cd6b6c3 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -308,10 +308,11 @@ "middle & ctrl+left = select from cursor nnoremap xnoremap - inoremap + inoremap + xnoremap nnoremap xnoremap - inoremap + inoremap "alt+left = line nnoremap V