Justin Burkett
Justin Burkett
It's going to be tricky to do this, because visual-line and visual-char both share the same underlying keymaps by default. Getting one set of bindings after visual-char and another after...
Magit popups don't use regular keymaps to get key bindings. If I remember right, they intercept keypresses in such a way that you have to actually be inserting the character...
You need to update magit and possibly evil-magit as well.
I can't reproduce this
It's not a bug so much as it's a keybinding that hasn't been created yet. I replied in the issue you created on the forge issue.
Thanks. Try dbf5a646a7ce1c35c229dfdc423bd5ecd927a3a8 I wasn't sure what the right choice for `zr` was. I also took the liberty of adding `z[1-4]` which would be nonstandard for vim but seem useful....
@yqrashawn Just load forge automatically when you load `magit`. Then the bindings will never be inconsistent.
I reverted the forge changes
@aaronjensen I reopened #54 to discuss further. `'` is paired with `"` for subtree. I was trying to keep those together.
The magit popup is mostly TAB and RET, no?