-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git: Add new evil-magit bindings #3578
Conversation
Nice work 👍 |
I wanted to do it officially through the magit repo to get others to look
|
Good point. As soon as it is merged (by me or @TheBB), we can open an issue to discuss about the proposal and reference the PR link in the evil-magit repo. |
@justbur Amazing experience! Pretty evil! 😈 👍 Been using it for some time, feels home. |
I can't wait for this to be merged. :) |
Is this magit 2.3 certified ® © ™? |
@TheBB It looks to me like we were getting the 2.3 commits the whole time. In other words, it's only a significant upgrade for the stable users |
Also turn off evilification for magit conditional on the evil-magit package being used.
Thank you 👍 |
Thank you @syl20bnr ! |
#itsHappening! :) |
For the record, the latest commit t 150e38e in develop has increased the loading startup time significantly. At least for me ;-) |
@PierreR It's quelpa downloading the package. It should only happen once. As soon as this new package is on melpa we'll switch back. For the record, this is not the only quelpa package in use |
@PierreR hm. It looks like quelpa is not handling the dependency correctly |
@PierreR After spacemacs loads do |
then restart |
@justbur well I have a lot of magit-* package when I do that but no |
I lost the ability to go up/down one line :( to have precise selection staging. is this expected? |
@PierreR ok, then it seems it is installed but can't be found. Go into |
@CestDiego magit uses |
|
@justbur Thanks. Your last tip fixes it ;-) |
@PierreR 👍 I get an abnormal number of corrupted downloads from melpa. I have no idea why, but usually redownloading the package works |
I thought updating would make this work. |
Is that directed at me? What do you mean? |
@CestDiego anyway use #3592 for comments on the bindings |
@justbur I thought that updating spacemacs (given that this PR was merged) would make |
@CestDiego please read the documentation I linked to which is merged by the way. j and k play the role of n and p. also see the pull request at magit/evil-magit |
I misunderstood your comment and was confused by the link. Now I get it :) |
@justbur @syl20bnr I want to raise a big concern regading I want to explain why this is not a good translation directly from the Emacs keybindings: In Emacs you move up and down lines with In Evil, you move up and down with |
@CestDiego update your packages. this was already changed |
@justbur I just updated, the behaviour is changed :) but when I try to select regions, I can't use |
@CestDiego no not expected. What's the context? What buffer?
|
@justbur the magit-status buffer....just trying to select regions to stage. |
@CestDiego after hitting v or V?
|
any of those will say: |
What does exit the mark mean? |
woops, I meant exit the selection..and the marks dissappear. |
I own the repo now. Just open an issue and I'll look into it.
|
I can use |
@nixmaniack right now no it shouldn't make any difference what editing style you use. |
Also turn off evilification for magit conditional on the evil-magit
package being used.