forked from codeape2/vim-multiple-monitors
-
Notifications
You must be signed in to change notification settings - Fork 0
Multiple monitor support for vim.
tilaktilak/vim-multiple-monitors
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published
Languages
- Vim Script 69.3%
- Shell 30.7%