Created
January 21, 2025 12:11
-
-
Save farrokhi/72a2660b4cb2e6bb8f033a4d73b87900 to your computer and use it in GitHub Desktop.
vim cscope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CTRL+T return to previous location | |
CTRL+\\ find-command | |
find-commands: | |
c: Find functions calling this function | |
d: Find functions called by this function | |
e: Find this egrep pattern | |
f: Find this file | |
g: Find this definition | |
i: Find files #including this file | |
s: Find this C symbol | |
t: Find assignments to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment