mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
vim: update and rename vim-essentials (standard), vim-gui (mouse)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
" turn on mouse support
|
||||
set mouse=a
|
||||
|
||||
" keep copy-on-select and other GUI options
|
||||
set clipboard+=autoselect guioptions+=a
|
||||
|
||||
" enter insert mode on left-click
|
||||
nnoremap <LeftMouse> <LeftMouse>i
|
||||
Reference in New Issue
Block a user