ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Merge Windows

This Plugin allows the merging of all tabs in separate windows into a single window in SublimeText 3

Details

Installs

  • Total 3K
  • Win 1K
  • Mac 1K
  • Linux 245
Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19
Windows 0 1 0 0 0 1 0 0 0 0 0 0 2 0 1 3 0 0 2 0 0 1 1 0 0 1 0 2 0 2 2 0 0 0 1 1 0 0 1 0 0 2 0 2 0 1
Mac 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

SublimeText-Merge-Windows

This Plugin allows the merging of all tabs in separate windows into a single window in SublimeText 3

alt tag

Background

If you've ever had multple windows, with several tabs in each, and then wanted to consolidate them all into a single window with a keyboard shortuct in Sublime Text 3, this plugin is your solution. Witih an editabled key-binding/shortcut (or through the command palette), all tabs of every window will be consolidate into one window.

Installation

Package Control

Easiest way to install is to use package control (⌘ + ⇧ + P) — that is command, shift, p. Type 'Merge windows', hit return.

OR

Manual

Download the package and place in the following directory: Sublime Text 3/Packages/.

Here's what's in the Box:

Default.sublime-commands — Command Palette Menu
mergewindows.py — Python Code that makes it work!

Usage

The is not key-bound by default. However, the key binding a I like to use is ⌃⌥⇧M (control-alt-shift-M). This binding can be used by adding the following to your 'Bindings - User' file:

{  
  "keys": ["alt+shift+control+m"],
  "command": "mergewindows"
}

Don't forget to add a trailing “,” if it's not the last item in your list of bindings. Feel free to change the binding as needed.

Acknowledgements

Actually, huge credit goes to two folks frmo the Sublime Text Forum this enhancement: @FichteFoll for the orignal recommendation and @valerij for improving it to maintain tab names of unsaved file.

Donations

paypal.me/chinchin96

Questions

Contact me at chinchin96(at)(google)(mail)dot(com)