I have installed Macvim and Akita. Commant-T doesn’t work, and it returns the following error:
E73: tag stack empty
How do I configure it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This error appears because you are typing
<C-t>(Ctrl+t) instead of<leader>t, Command-t’s default mapping.<C-t>is used to come back to the usage of a tag after jumping to its definition.This error may happen if you don’t have an up to date
tagsfile or if your cursor is on something that is not a tag or if you didn’t jump to a definition previously.