Region Staging doesn't work
CestDiego opened this issue · comments
To reproduce: go into visual selection either with v
or V
in the magit-status buffer, inside a chunk... then try to move either up or down with j
or k
...the selection will dissapear.
It's working for me. I wonder if you just can't see the region because of your theme.
No, I try to select
and then stage and it stages the whole chunk instead of some region of it.
Yes, I understand. It works for me. I can stage part of a chunk. I'll need more information to diagnose this.
What does C-h k v
say in a chunk? What about C-h k j
? Should be set-mark-command
and evil-next-visual-line
respectively.
I figured this out. It's got to do with me having evil-escape-sequence at jk
...everything is bound to what it needs but it seems evil-escape is doing some stuff that blocks j
or k
...
Must be related to syl20bnr/evil-escape#52
Ah ok. Maybe file an issue with evil-escape. I haven't used evil-escape in
a while so I didn't test against it.
On Fri, Nov 6, 2015 at 6:39 PM Diego Berrocal notifications@github.com
wrote:
I figured this out. It's got to do with me having evil-escape-sequence at
jk...everything is bound to what it needs but it seems evil-escape is
doing some stuff that blocks j or k...—
Reply to this email directly or view it on GitHub
#4 (comment).
Noted in the readme so I'm going to close this for now. Please reopen if something changes
thanks :)