mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Need an option to let user decide whether move-to-workspace switches workspace
#20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crosstyan on GitHub (Aug 24, 2021).
Originally assigned to: @LGUG2Z on GitHub.
Currently, komorebic will switch to the target workspace with
move-to-workspace. That's fine until you need to move multiple window to a certain workspace and it's a little bit of confusing for new users (at least I'm confused when I start using komorebi)I think a subcommand like
move-to-workspace-without-switching-workspace(bad naming) is helpful here.@LGUG2Z commented on GitHub (Aug 24, 2021):
The
send-to-workspacecommand in the last commit should do what you're looking for now. 🚀