warpdotdev / Warp

Warp is a modern, Rust-based terminal with AI built in so you and your team can build great software, faster.
https://warp.dev
Other
21.38k stars 373 forks source link

impossible to set CTRL + SHIFT + LEF/RIGHT to split panes left/right #4319

Open dgoosens opened 8 months ago

dgoosens commented 8 months ago

Discord username (optional)

No response

Describe the bug

hi,

I've setup CTRL + SHIFT + UP and CTRL + SHIFT + DOWN to split the panes vertically.
But I can not set CTRL + SHIFT + LEFT and CTRL + SHIFT + RIGHT to split the panes horizontally.

I did make sure the key combination was not used for any other action.

To reproduce

  1. remove default behavior for CTRL + SHIFT + LEFT & CTRL + SHIFT + RIGHT
  2. assign CTRL + SHIFT + LEFT to split panes left & CTRL + SHIFT + RIGHT to split panes right

Expected behavior

Screenshots

image

Operating system

Linux

Operating system and version

Pop!_OS 22.04 LTS

Shell Version

bash 5.1.16

Current Warp version

v0.2024.02.20.08.01.stable_02

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

No response

Does this block you from using Warp daily?

Yes, this issue prevents me from using Warp daily.

Is this a Warp specific issue? (i.e. does it happen in Terminal, iTerm, Kitty, etc.)

Yes, this I confirmed this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

dgoosens commented 8 months ago

just noticed that the shortcut key does work if the focus is on one of the blocks but not when the focus is on the input area

could it be the move one word left/right feature (in the input area) has got hardcoded shortcut keys ?

nielsek commented 8 months ago

just noticed that the shortcut key does work if the focus is on one of the blocks but not when the focus is on the input area

could it be the move one word left/right feature (in the input area) has got hardcoded shortcut keys ?

I am experiencing the same thing on Fedora 39, and it is also the same issue when trying to use the Switch Pane shortcuts.

Having focus on a block makes the shortcuts work, so as a workaround, it is posible to do something like:

Switch Panes Right -> Select Next Block -> Switch Panes Left

instead of being able to just do Switch Panes Right -> Switch Panes Left to move back and forth

k-dannemand commented 8 months ago

+1 to this. I have the same problems on Fedora 39/wayland

riolly commented 8 months ago

I experiencing the same issue on PopOS (ubuntu 22 based)