redguardtoo / counsel-etags

Fast, energy-saving, and powerful code navigation solution
174 stars 15 forks source link

How to move to the previous position after I run "counsel-etags-find-tag-at-point" ? #65

Closed guoqinglei closed 4 years ago

guoqinglei commented 4 years ago

After run "counsel-etags-find-tag-at-point", the cursor will jump to the place where the tag is defined. Then what I could do if I want to go back to the previous position ?

I have tried the mark-ring jump, but I don't think it's the best way to do this.

redguardtoo commented 4 years ago

pop-tag-mark, that's standard command used in Emacs for code navigation.

guoqinglei commented 4 years ago

pop-tag-mark, that's standard command used in Emacs for code navigation.

It works. Thanks very much.