Skip to content

skfarhat/Tabmerge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

This is a mirror of http://www.vim.org/scripts/script.php?script_id=1961

Usage:
 :Tabmerge [tab number] [top|bottom|left|right]

Configuration: 
The default window location can be set to top, bottom, left or right.

  let g:Tabmerge_default_window_location = 'top'


The tab number can be "$" for the last tab.  If the tab number isn't specified the tab to the right of the current tab is merged.  If there is no right tab, the left tab is merged.

The location specifies where in the current tab to merge the windows. Defaults to "top".

About

Merge a tab's windows with the current tab

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vim Script 100.0%