-
Notifications
You must be signed in to change notification settings - Fork 24
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
a way to automatically re-enter symex mode from insert mode. #24
Comments
would this require rigpa? I guess what I want is my stack of layers to be this
moving up the stack by pressing escape. right now, I feel like symex is above normal |
I figured out how to do this.
Now whenever I am normal mode, I can toggle between normal mode and symex mode by pressing escape
|
@tommy-mor Didn't get notified about this issue but that looks like a great way to do it! You could also use rigpa for this, which gives you the flexibility to modify the behavior on the fly or even temporarily switch to a Vim-only tower (e.g. useful for editing comments, writing docstrings) so that you don't need to always have symex in the picture. But on the other hand, at the moment rigpa only supports towers as a way to structure the modes so you couldn't get exactly the behavior you have there. In the future the plan is to support other topologies, like rings or towers-of-rings, or directionally-variant structures like the one you've defined. And it would be recency aware so that you could alternate between the most recent modes. Can't say exactly when that will be implemented though, hopefully in the not-too-distant future. |
Is there a setting I can put that binds escape in insert mode to go back to symex mode? It is annoying to have to press M-; so much.
Right now
symex ---i---> insert mode ---esc---> normal mode ---M-;--> symex mode
I want
symex ---i---> insert mode ---esc---> symex mode
The text was updated successfully, but these errors were encountered: