mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed highligh/select in input mode + now selecting a location in visual mode
with the left mouse button will expand the selection to that point
This commit is contained in:
parent
f37177f380
commit
55e6c56055
1 changed files with 3 additions and 2 deletions
|
@ -308,10 +308,11 @@
|
|||
"middle & ctrl+left = select from cursor
|
||||
nnoremap <MiddleMouse> <RightMouse>
|
||||
xnoremap <MiddleMouse> <RightMouse>
|
||||
inoremap <MiddleMouse> <C-0><RightMouse>
|
||||
inoremap <MiddleMouse> <RightMouse>
|
||||
xnoremap <LeftMouse> <RightMouse>
|
||||
nnoremap <C-LeftMouse> <RightMouse>
|
||||
xnoremap <C-LeftMouse> <RightMouse>
|
||||
inoremap <C-LeftMouse> <C-0> <RightMouse>
|
||||
inoremap <C-LeftMouse> <RightMouse>
|
||||
|
||||
"alt+left = line
|
||||
nnoremap <A-LeftMouse> <LeftMouse>V
|
||||
|
|
Loading…
Reference in a new issue