Skip to content

Feature discussion: Window functions #179

Description

@CMJones001

I'd like to add the ability to run more complex functions on the selected windows, inspired by the Emacs packages avy and ace-window.

In short, in addition to the list of hint characters,sadfjklewcmpgh, there is also some (user configurable) HashMap of functions acting on the window, for example, {"x": wm::WindowCommand::Kill, "F": wm::WindowCommand::FloatToggle}. Then pressing the key d would jump to window d as usual, but xd would instead kill window d.

I've got a basic implementation of this working, if you're interested in a pull request?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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