vim: update and rename vim-essentials (standard), vim-gui (mouse)

This commit is contained in:
AJ ONeal
2021-03-24 17:52:19 +00:00
parent 762d7a7f87
commit ebce2f6415
9 changed files with 77 additions and 57 deletions
+8
View File
@@ -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