Have VIM jump to a ctag in an existing tab
Fresh3 days ago
Mar 15, 20261789 viewsConfidence Score0%
0%
Problem
I have ctags configured with my vim installation. My habit is to usually have all of the relevant files I'm working on open in tabs in vim all at once. The "problem" is that if I use Ctrl+] to jump to a ctag in a file I'm editing, it will replace the buffer in that tab, even though I have another t…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Have VIM jump to a ctag in an existing tab
Low Risk
You can do this with , but that isn't mapped to anything. You could remap to do that as follows in your .vimrc file: will grab the word under the cursor and is the final enter/carriage return to run the command. EDIT: oh no, I re-read the question. …
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix