From 7c6ff700aa4b99651142da8108a44d66b9ac806a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 16 Jun 2014 04:23:09 -0400 Subject: [PATCH] Removing that left click in visual mode modification as it turned out to occasionally get in the way --- README.md | 1 - vim/config/keyboard.vim | 2 -- 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 7c31635..73ab43b 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,6 @@ | Alt-ScrollUp | ALL | Scroll right one character at a time | | Alt-ScrollDown | ALL | Scroll left one character at a time | | | | | -| LeftClick | VIS | Select between the cursor and the mouse | | MiddleClick | ALL | Select between the cursor and the mouse | | Ctrl-LeftClick | ALL | Select between the cursor and the mouse | | Alt-LeftClick | ALL | Select the line at the mouse | diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 7d5bc3c..8a182c5 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -49,7 +49,6 @@ " | (A) -> scroll right slowly " | (A) -> scroll left slowly " -" | (V) -> selects from the cursor " | (A) -> selects from the cursor " | (A) -> selects from the cursor " | (A) -> select the line being clicked @@ -310,7 +309,6 @@ nnoremap xnoremap inoremap - xnoremap nnoremap xnoremap inoremap