Change m g d to 'Go to declaration' for Python major mode - #411
Conversation
`m g d` is a duplication of `m g g` in Python major mode, so fixed that.
|
What I wrote in #410 (comment) is still valid 👍 |
|
Maybe :) but it wasn't my intention to change |
|
@marcoieni can you please merge my PR or do you want to retain the duplication? (which would not make sense in my mind) |
|
I don't want to merge this pr because of my comment in the other pr. If another maintainer wants to review this and merge, I'm fine with it |
|
In cpp major mode bindings there already is precedent that |
|
I don't have the capacity of reading your response and dealing with this PR, sorry |
|
@vic, @joefiorini, @mvzink could any of you please take a look at this PR? |
m g dis a duplication ofm g gin Python major mode, so I fixed that.KR