-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Frame manipulation commands #2785
Frame manipulation commands #2785
Conversation
👍 ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ ❤️ |
That's great 👍 |
@syl20bnr I'll look in to this. |
I have also found frame-move to be greatly helpful. It makes it so that the window move commands move between frames if an error is thrown. This is brilliant for multi monitor setups because you don't have to use a separate command to switch between frames; you can just use the same evil-window-up etc. Use this if you want to add this functionality. Seems to work very well on my machine but should be tested on macs/different versions. (use-package framemove
:init
(setq framemove-hook-into-windmove t))) Might be good to add to this PR, or I can make a new PR adding it. I don't know what the procedure is. |
@Devagamster I don't like it hooking in to windmove, but I do like the idea of including |
Sounds perfect 😄 |
@oppenlander Can you rebase your work on |
@StreakyCobra Sorry for the late reply. There is a bit more work to be done on this. |
@oppenlander No worries, take your time, I'm just trying to resurrect/reanimate old interesting PR :-) |
Sorry for bumping an extremely old MR, but I'd love to see this functionality. Just wondering what additional work would be needed to get this in? I'd be happy to pick it up. |
Hey @shobute,
|
Go ahead and use the PR by @shobute |
Closing in favour of #8302 |
Added commands for creating and switching around frames.