I have a binding setup as described here, the problem is every time the cursor is on #include "file"
it always tries to jump on this include. I want that no matter where there cursor is I get switched between header and the source files.
Asked
Active
Viewed 24 times
0
-
tried to achieve the same by setting (setq ff-ignore-include t) but does not seem to work for me either – CD86 Jan 03 '23 at 13:17
-
I use `projectile-find-other-file`, works fine. – Yuki Jan 04 '23 at 15:37