mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
Removing that left click in visual mode modification as it turned out to
occasionally get in the way
This commit is contained in:
parent
2d93dab391
commit
7c6ff700aa
2 changed files with 0 additions and 3 deletions
|
@ -66,7 +66,6 @@
|
||||||
| 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,7 +49,6 @@
|
||||||
" <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
|
||||||
|
@ -310,7 +309,6 @@
|
||||||
nnoremap <MiddleMouse> <RightMouse>
|
nnoremap <MiddleMouse> <RightMouse>
|
||||||
xnoremap <MiddleMouse> <RightMouse>
|
xnoremap <MiddleMouse> <RightMouse>
|
||||||
inoremap <MiddleMouse> <RightMouse>
|
inoremap <MiddleMouse> <RightMouse>
|
||||||
xnoremap <LeftMouse> <RightMouse>
|
|
||||||
nnoremap <C-LeftMouse> <RightMouse>
|
nnoremap <C-LeftMouse> <RightMouse>
|
||||||
xnoremap <C-LeftMouse> <RightMouse>
|
xnoremap <C-LeftMouse> <RightMouse>
|
||||||
inoremap <C-LeftMouse> <RightMouse>
|
inoremap <C-LeftMouse> <RightMouse>
|
||||||
|
|
Loading…
Reference in a new issue