holys-archive / vim-togglemouse

Toggles the mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.

Home Page:http://www.vim.org/scripts/script.php?script_id=3166

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-togglemouse Project status

Installation

  1. Copy the file plugin/toggle_mouse.vim to your ~/.vim/plugin directory
  2. There is no step 2.

Usage

Press <F12> to toggle mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.

Toggling restores the Vim 'mouse' option value to its previous value.

Customization

If you don't want to use the <F12> key for mouse toggling, simply remap it to another key. It autodetects whether it has been remapped and won't register the <F12> key if so.

About

Toggles the mouse focus between Vim and your terminal emulator, allowing terminal emulator mouse commands, like copy/paste.

http://www.vim.org/scripts/script.php?script_id=3166


Languages

Language:Vim Script 100.0%