Tip #260: gvim-->mouse-->popup menu
tip karma |
Rating 23/14, Viewed by 700
|
created: |
|
June 13, 2002 0:36 |
|
complexity: |
|
basic |
author: |
|
ncr |
|
as of Vim: |
|
6.0 |
This tip is for those who prefer to do some of the common
operations like cut/copy/paste etc using mouse. All u have to do is
:set mousemodel=popup
by this u get a popup menu on right click of your mouse and u can
do all the common operations like undo, cut, copy, paste, select etc
using mouse.
u can also customise your popup menu by editing $VIMRUNTIME/menu.vim
<<removing the toolbar (icons) from gvim |
Close windows from Gvim poup menu >>
Additional Notes
|