Git Product home page Git Product logo

atom-pane-manager's Introduction

Atom: pane-manager

Set your panes layout, move your files between them, and other useful pane-related stuffs.


WARNING: breaking changes in 1.0!

If you used this package before its 1.0 version, you need to read the following documentation: commands name have changed and keybindings have been disabled to make overriding easier.


Keybindings

With the success of Atom, it's really difficult to choose keybindings that will not enter in conflict whit anyone else's packages, so I have removed the default keystrokes and let the keymap empty to let you set your own keybindings.

See keymaps/pane-manager.cson for suggestions.

Features

Change pane layouts

Use commands pane-manager:change-layout-[number] to switch between layouts ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).

Customize layouts

Using the following config parameters, you can customize your pane layouts (following are defaults).

  • layout-one: [ 1 ] (one column, one row)
  • layout-two: [ 1, 1 ] (two columns, one row)
  • layout-three: [ 1, 1, 1 ] (three columns, one row)
  • layout-four: [ 1, 1, 1, 1 ] (four columns, one row)
  • layout-five: [ 2, 2 ] (two columns, two rows)
  • layout-six: [ 2, 2, 2 ] (three columns, two rows)
  • layout-seven: [ 1, 2 ] (two columns, last one splitted in two rows)
  • layout-eight: [ 1, 2 ] (two columns, first one splitted in two rows)
  • layout-nine: [ 1, 1, 2 ] (three columns, last one splitted in two rows)
  • layout-ten: [ 1, 2, 2 ] (three columns, last two splitted in two rows)

Give the focus to another pane

Use commands pane-manager:focus-to-pane-[number] to change the focus to target pane ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).

Move a tab to another pane

Use commands pane-manager:move-to-pane-[number] to move current tab to target pane ([number] can be one of the following : one, two, three, four, five, six, seven, eight, nine, ten).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.