In Xcode when editing either an implementation or header file there is a shortcut key to quickly switch to its counterpart. Can this be done in vi?
In Xcode when editing either an implementation or header file there is a shortcut
Share
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.
Here is a big long list of different ways of doing this:
http://vim.wikia.com/wiki/Easily_switch_between_source_and_header_file
I like the “Single line solution” one best – their example works only if your .h and .c files are in the same directory.