Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

Feature request: Move window config #71

@diamond-lizard

Description

@diamond-lizard

It would be nice if window configs could be moved.

There are two types of movements that would be useful:

(1) - Moving windows "left" or "right" (that is, swapping the window config locations with those to the left or to the right).

(2) - Moving windows to an arbitrary location.

Examples of (1) above:

Original window config layout: [1, 2, 3, 4]
After moving window config 2 right: [1, 3, 2, 4]
After moving it right again: [1, 3, 4, 2]
After moving it right again: Either: [2, 3, 4, 1] or no change: [1, 3, 4, 2] (depending on wrapping setting)

Examples of (2) above:

Original window config layout: [1, 2, 3, 4]
After moving window config 2 to 4: [1, 3, 4, 2]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions