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