Skip to content

Terminal open-split-* command inconsistencies #8

@Daeraxa

Description

@Daeraxa

Thanks in advance for your bug report!

  • Have you reproduced issue in safe mode?
  • Have you used the debugging guide to try to resolve the issue?
  • Have you checked our FAQs to make sure your question isn't answered there?
  • Have you checked to make sure your issue does not already exist?
  • Have you checked you are on the latest release of Pulsar?

What happened?

Next one is a few bits of odd behaviour with the terminal commands regarding opening new ones. Thankfully this is just the commands themselves and the keybindings have nothing to do with it.

terminal:open-split-*

Starting from a normal workspace pane with a text buffer item:

  • terminal:open-center - New pane item in active workspace pane ✅
  • terminal:open-split-up - New pane item in active workspace (as per open-center) ❌
  • terminal:open-split-down - New horizontal split pane with the terminal as an item in the lower half ✅
  • terminal:open-split-left - New pane item in active workspace (as per open-center) ❌
  • terminal:open-split-right - New vertical split pane with the terminal as an item on the right side ✅
  • terminal:open-split-bottom-dock - Bottom dock showing with a new terminal item ✅
  • terminal:open-split-left-dock - Left dock showing with a new terminal item ✅
  • terminal:open-split-right-dock - Right dock showing with a new terminal item ✅

Same behaviour is seen if running from a full terminal pane item.

Starting from an empty bottom dock:

  • terminal:open-center - New item in the active dock pane ✅
  • terminal:open-split-up - New item in the active dock pane (as per open-center) ❌
  • terminal:open-split-down - New horizontal split pane in the active dock with a terminal item ✅
  • terminal:open-split-left - New item in the active dock pane (as per `open-center) ❌
  • terminal:open-split-right - New vertical split pane in the active dock with a terminal item ✅
  • terminal:open-split-bottom-dock - New item in the active (bottom) dock pane (as per open-center) ✅
  • terminal:open-split-left-dock - Left dock showing with a new terminal item ✅
  • terminal:open-split-right-dock - Right dock showing with a new terminal item ✅

Same behaviour in the other docks.

So in summary it looks like there might be something not quite right specifically with terminal:open-split-up and terminal:open-split-left.

Pulsar version

1.131.2026042102

Which OS does this happen on?

🐧 Red Hat based (Fedora, Alma, RockyLinux, CentOS Stream, etc.)

OS details

Fedora 43

Which CPU architecture are you running this on?

x86_64/AMD64

What steps are needed to reproduce this?

  1. See main description, run listed commands in the indicated situations

Additional Information:

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions