Separate normal modes for browsing / editing #172
RobertCraigie
started this conversation in
Feature requests / ideas
Replies: 1 comment
|
I wonder if editing is going to need dedicated modes in general. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently there is one
normalmode which is used both when an editable element is focused and when it is not.I set it up this way originally as I thought I could "get away with" keeping it simple and just having one
normalmode; but I think this simplicity is not really worth it.With the current setup:
fWhich are convincing enough arguments for me that we need to change this setup.
Goals:
So I'm thinking of making this change by
normal-browsingandnormal-editingnormalas aglide.keymaps.set()alias for bothnormal-browsingandnormal-editingOpen questions:
normal-browsingandnormal-editinggood names?Another option:
normalmodenormal-editingnas a keymaps.set() alias fornormalandnormal-editingAll reactions