What cscope reference card do you use? [closed]
Asked Answered
G

2

6

What is the standard/best reference card for cscope shortcuts/usage that I can print for quick reference?

Gluck answered 15/2, 2010 at 17:31 Comment(0)
L
2

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
Lassitude answered 15/2, 2010 at 19:27 Comment(0)
B
2

I use this (for default vim bindings; at the top is first access key - Ctrl+'\', and capital letter is second key):

         ^\ 
Symbol
Global
Calls to
Text
Egrep
File
Includes
calleD by

This quick reference card is sticked to my monitor here (*) for more than 2 years:

________________
|              |_
|              |*|
|              |-
|              |
|              |
----------------
      |  |
     /____\

Extremely cheap and useful.

Benumb answered 16/2, 2010 at 16:19 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.