From 2d93dab391fcee205998a2b1720876f35345a43a Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 16 Jun 2014 01:55:15 -0400 Subject: [PATCH] Added documentation for the previous commit to keyboard.vim and the README --- README.md | 1 + vim/config/keyboard.vim | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 73ab43b..7c31635 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ | 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 cd6b6c3..7d5bc3c 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -49,6 +49,7 @@ " | (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