Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: keybinding to move the split left/right or up/down #405

Closed
AhoyISki opened this issue Jul 8, 2024 · 2 comments
Closed

feat: keybinding to move the split left/right or up/down #405

AhoyISki opened this issue Jul 8, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@AhoyISki
Copy link

AhoyISki commented Jul 8, 2024

(1) Description

Right now, if you have two applications open next to each other, if you want to increase the size of the left one, your command will be:

  • window-resize-right-increase, if you're focused on the left one.
  • window-resize-left-decrease, if you're focused on the right one.

It would be nice to be able to do this, regardless of what window you are focused on.

(2) Alternatives I've considered

To be honest, this is not really a very big deal, it would just be a nice QOL feature i think. However, this is a default keybinding in some tiling window managers, such as AwesomeWM and DWM.

(3) Design / Screenshots / Mockups

This could be placed in the workspace section of shortcuts, and it could be called something like shift-split-left or move-split-left, but I don't know what a good initial keybinding would be.

@AhoyISki AhoyISki added the enhancement New feature or request label Jul 8, 2024
@AhoyISki AhoyISki changed the title feat: keybinding tto shift the split left/right or up/down feat: keybinding to shift the split left/right or up/down Jul 8, 2024
@AhoyISki AhoyISki changed the title feat: keybinding to shift the split left/right or up/down feat: keybinding to move the split left/right or up/down Jul 8, 2024
@jmmaranan
Copy link
Collaborator

Hi @AhoyISki - do these shortcuts not work?

Action Shortcut
Increase active window size left <Ctrl> + <Super> + y
Decrease active window size left <Ctrl> + <Shift> + <Super> + o
Increase active window size bottom <Ctrl> + <Super> + u
Decrease active window size bottom <Ctrl> + <Shift> + <Super> + i
Increase active window size top <Ctrl> + <Super> + i
Decrease active window size top <Ctrl> + <Shift> + <Super> + u
Increase active window size right <Ctrl> + <Super> + o
Decrease active window size right <Ctrl> + <Shift> + <Super> + y

@AhoyISki
Copy link
Author

I guess they do, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants