-
Notifications
You must be signed in to change notification settings - Fork 275
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
Evil equivalent for M-, (e.g. xref-pop-marker-stack) #3
Comments
@Ambrevar I believe the Vim equivalent is C-t.
http://vim.wikia.com/wiki/Browsing_programs_with_tags If there's an available 'pop', we should use C-t. |
Acknowledged, but can you think of any mode that has a dedicated function for popping back? |
Yes, almost all the programming related modes. |
OK. |
jojojames
added a commit
that referenced
this issue
Nov 14, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jojojames/evil-integrations#1 (comment)
I think we want a keybind to represent a pop from definition if we're going to use gd for go to definition. If some modes don't have a need for a pop definition, that's fine, but we'd still need one for modes that use it (almost all the programming modes). I don't think " or C-o suffices because they fulfill a different use case.
A quick scenario where you'd need a pop definition key is.
" or C-o will go to the last location you were
M-, (Emacs) would bring you to the place where you called Go To Definition
Re: Evil
Yes, I think Evil should have an option to not override M-..
The text was updated successfully, but these errors were encountered: