I know that in emacs it is possible to insert some kind of “clickable text”. I.e. you can insert a text, that, when the user presses enter on it, opens another file.
Is there something like this for vim?
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.
It is possible, but is filetype-specific. A best example will be vim’s own help system that is nothing fancier than an unmodifiable buffer with specific mappings.
See vimwiki and vimorgmode for examples to have such links.