Skip to content

tilaktilak/vim-multiple-monitors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

multimonitor.vim: better support for vim on two monitors 


Author: Bernt R. Brenna


Instructions
============

Start a number of vim servers and source the script:

$ vim --servername LEFT
:source multimonitor.vim
$ vim --servername RIGHT
:source multimonitor.vim
$ vim --servername MIDDLE
:source multimonitor.vim

When vim detects an existing swap file owned by another process, it fires
the SwapExists autocmd that calls a function (Swap_Exists) that will
communicates with the other instances and instructs the owning instance to
open the file (using the Remote_Open function).

Running the test suite
======================

$ cd tests
$ ./run

About

Multiple monitor support for vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 69.3%
  • Shell 30.7%