git-commander
git-commander copied to clipboard
arrow keys should navigate while in commit edit window.
When I am editing a commit, I am not able to navigate via the arrow keys. If a want to fix a misspelled word I must use backspace.
I've finding a proper solution. We can using https://github.com/slap-editor component but it's very big project than GC. So, maybe I need to implement cursor behavior simply.
I made a patch of blessed for this. https://github.com/chjj/blessed/pull/156
When this patch will be approved, it'll be fixed.