Vim Tips Wiki
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
  +
{{review}}
 
{{TipImported
 
{{TipImported
 
|id=261
 
|id=261
Line 14: Line 15:
 
<pre>
 
<pre>
 
:set mousemodel=popup
 
:set mousemodel=popup
</pre>
 
or:
 
<pre>
 
:set mousemodel=popup_setpos
 
 
</pre>
 
</pre>
   
You can also customize your popup menu by editing $VIMRUNTIME/menu.vim.
+
You can also customise your popup menu by editing $VIMRUNTIME/menu.vim.
   
 
To close windows from the popup menu add these lines to your .gvimrc
 
To close windows from the popup menu add these lines to your .gvimrc
Line 27: Line 24:
 
:amenu PopUp.Close.\ Other :confirm only<CR>
 
:amenu PopUp.Close.\ Other :confirm only<CR>
 
</pre>
 
</pre>
 
==References==
 
*{{help|'mousemodel'}}
 
   
 
==Comments==
 
==Comments==
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)