What cscope reference card do you use?
c, cscope
Solution
The easiest way I can think of doing this, and its cheap, is to get the hardcopy man page for cscope and create a text file...for instance:
$ man cscope | col -b > cscope.txt
Or, to convert to ps file for feeding into Ghostscript:
$ man -t cscope > cscope.ps
$ gs cscope.ps -sOutputFile=cscope.pdf
Problem
What is the standard/best reference card for cscope shortcuts/usage that I can print for quick reference?