Skip to content

Instantly share code, notes, and snippets.

@GitBubble
Created May 29, 2018 12:32
Show Gist options
  • Save GitBubble/2c034f81bfbc8ea339627e829d5d2e9b to your computer and use it in GitHub Desktop.
Save GitBubble/2c034f81bfbc8ea339627e829d5d2e9b to your computer and use it in GitHub Desktop.
cscope .confg
#!/bin/sh
find . -name "*.h" -o -name "*.c" -o -name "*.cc" -o -name "*.cc" -o -name "*.cpp" > cscope.files
cscope -Rbkq -i cscope.files
@GitBubble
Copy link
Author

set cscopequickfix=s-,c-,d-,i-,t-,e-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment