Emacs Pymacs Ropemacs revert to previous file after goto definition

I am using Emacs + pymacs + ropemacs. I can use Cc g to go to the definition of objects as stated in this answer on StackOverflow question but after I go to the definition how do I get back to a file or to the position from where I issued the command.

I've used a bookmark in emacs for navigation until now.

+3


source to share


1 answer


With evil mode, you can use a joe jumper: http://melpa.org/#/evil-jumper . This is a jump list replacement with an added function that can jump over files and buffers.



Basic use C-o

and C-i

evil is to go to the previous / next cursor position in the current buffer. With the evil-jumper, we are not limited to the current buffer.

0


source







All Articles