Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
/ split-and-move Public archive

Helps you to split/move tabs into pane in Atom editor.

License

Notifications You must be signed in to change notification settings

msshnt/split-and-move

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

split-and-move package

This package is a renamed version of move-pane package.

split-and-move overrides the default behavior of pane splitting in Atom editor.

Features

Split

If your active pane has two or more tabs, its active item will be moved into a new pane. Otherwise, a split pane will be added.

This package overrides the default split commands, but they are still avaiable via application/context menu.

Commands:

  • Mac: cmd + k Up/Down/Left/Right
  • Windows, Linux: ctrl + k Up/Down/Left/Right

Move

You can also move tab from pane to pane without your mouse. Press cmd + k m / ctrl + k m to enter Moving mode, and hit 'Pane Number' key of the pane you want to move your tab into. 'Pane Number' is displayed in the bottom of each pane.

Keybindings

Mac

Keystroke Command Selector
cmd-k right split-and-move:split-right .platform-darwin
cmd-k left split-and-move:split-left .platform-darwin
cmd-k up split-and-move:split-up .platform-darwin
cmd-k down split-and-move:split-down .platform-darwin
cmd-k m split-and-move:start-move .platform-darwin

Windows, Linux

Keystroke Command Selector
ctrl-k right split-and-move:split-right .platform-win32, .platform-linux
ctrl-k left split-and-move:split-left .platform-win32, .platform-linux
ctrl-k up split-and-move:split-up .platform-win32, .platform-linux
ctrl-k down split-and-move:split-down .platform-win32, .platform-linux
ctrl-k m split-and-move:start-move .platform-win32, .platform-linux

About

Helps you to split/move tabs into pane in Atom editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published