mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 14:44:11 -05:00
Added documentation for the previous commit to keyboard.vim and the README
This commit is contained in:
parent
55e6c56055
commit
2d93dab391
2 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
| Alt-ScrollUp | ALL | Scroll right one character at a time |
|
| Alt-ScrollUp | ALL | Scroll right one character at a time |
|
||||||
| Alt-ScrollDown | ALL | Scroll left 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 |
|
| MiddleClick | ALL | Select between the cursor and the mouse |
|
||||||
| Ctrl-LeftClick | 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 |
|
| Alt-LeftClick | ALL | Select the line at the mouse |
|
||||||
|
|
|
@ -49,6 +49,7 @@
|
||||||
" <Alt-ScrollUp> | (A) -> scroll right slowly
|
" <Alt-ScrollUp> | (A) -> scroll right slowly
|
||||||
" <Alt-ScrollDown> | (A) -> scroll left slowly
|
" <Alt-ScrollDown> | (A) -> scroll left slowly
|
||||||
"
|
"
|
||||||
|
" <LeftClick> | (V) -> selects from the cursor
|
||||||
" <MiddleClick> | (A) -> selects from the cursor
|
" <MiddleClick> | (A) -> selects from the cursor
|
||||||
" <Ctrl-LeftClick> | (A) -> selects from the cursor
|
" <Ctrl-LeftClick> | (A) -> selects from the cursor
|
||||||
" <Alt-LeftClick> | (A) -> select the line being clicked
|
" <Alt-LeftClick> | (A) -> select the line being clicked
|
||||||
|
|
Loading…
Reference in a new issue