This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
In vanilla Magit I can use C-u s to do a "git add -N", can I do this with evil-magit? #67
Comments
I'm not sure how this would be handled in evil-magit. Do you have a key binding in mind? |
I was thinking it could be the default |
It’s not a bad suggestion but I’d rather stay close to the way Magit works. I think that’s a suggestion that could be made on the Magit side. |
What about just |
That’s reserved for searching.
…On Wed, Jun 19, 2019 at 6:04 AM Fausto NA ***@***.***> wrote:
What about just n? for git add -N or i<n>tent?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#67?email_source=notifications&email_token=AAQ3E7U3JLTJHSQCHZJRNSDP3IADBA5CNFSM4HYGDKVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYBLXNY#issuecomment-503495607>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQ3E7W7OJ33K7TL2VKXH73P3IADBANCNFSM4HYGDKVA>
.
|
How about capital
|
ok, worth a try. I added it in 91e5dfb |
Cool! Thanks! |
Working great on the new release btw. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to use
git add -N
with Magit.This behavior is supported by vanilla Magit by using
C-u s
, it was implemented in this PR.How can I do this with evil-magit?
P.S. Thank you for this package :)
The text was updated successfully, but these errors were encountered: