我可以打印以供快速参考的 cscope 快捷方式/用法的标准/最佳参考卡是什么?
What is the standard/best reference card for cscope shortcuts/usage that I can print for quick reference?
我能想到的最简单且便宜的方法是获取 cscope 的硬拷贝手册页并创建一个文本文件...例如:
$ man cscope | col -b > cscope.txt
或者,转换为 ps 文件以输入 Ghostscript:
$ man -t cscope > cscope.ps $ gs cscope.ps -sOutputFile=cscope.pdf
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:
Or, to convert to ps file for feeding into Ghostscript:
我使用这个(对于默认的 vim 绑定;顶部是第一个访问键 - Ctrl+'\',大写字母是第二个键):
^\ Symbol Global Calls to Text Egrep File Includes calleD by
这张快速参考卡贴在我的显示器上 (*)超过 2 年:
________________ | |_ | |*| | |- | | | | ---------------- | | /____\
非常便宜且有用。
I use this (for default vim bindings; at the top is first access key - Ctrl+'\', and capital letter is second key):
This quick reference card is sticked to my monitor here (*) for more than 2 years:
Extremely cheap and useful.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(2)
我能想到的最简单且便宜的方法是获取 cscope 的硬拷贝手册页并创建一个文本文件...例如:
或者,转换为 ps 文件以输入 Ghostscript:
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:
Or, to convert to ps file for feeding into Ghostscript:
我使用这个(对于默认的 vim 绑定;顶部是第一个访问键 - Ctrl+'\',大写字母是第二个键):
这张快速参考卡贴在我的显示器上 (*)超过 2 年:
非常便宜且有用。
I use this (for default vim bindings; at the top is first access key - Ctrl+'\', and capital letter is second key):
This quick reference card is sticked to my monitor here (*) for more than 2 years:
Extremely cheap and useful.