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 228
May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26
Windows 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 3 0 1 0 1 1 0 0 0 0 1 1 3 0 0 0 1 0 0 1 2
Mac 1 0 0 2 1 0 1 0 0 2 0 2 0 1 0 2 0 0 0 0 0 0 1 0 0 1 1 1 1 1 0 1 1 0 0 0 1 1 0 0 1 4 1 0 1 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 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 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)