nikitabobko / AeroSpace

AeroSpace is an i3-like tiling window manager for macOS
https://nikitabobko.github.io/AeroSpace/guide
MIT License
3.43k stars 52 forks source link

Feature request: move with node to workspace #300

Closed caseycronyn closed 1 week ago

caseycronyn commented 2 weeks ago

Would it be possible to add an option for "move-node-to-workspace" to travel with the node when moving it to a new workspace?

incanus commented 1 week ago

For this I use:

<keybinding> = ['move-node-to-workspace 1', 'workspace 1']
caseycronyn commented 1 week ago

Works perfectly, thank you for that!