
Vim & Linux 操作指令
分享 Vim & Linux 操作指令
CHNMSCS
分享是一种快乐,
脚踏实地,仰望星空
展开
-
GDB 操作手册
Getting Started If you have never run GDB before, you can start it up with the following command: \gdb < program > If you have been compiling to a.out then you would start GDB up with \ gdb ./a....原创 2020-03-31 07:41:44 · 469 阅读 · 0 评论 -
Vim 指令的总结
Movements w next word W next white space delimited word b previous word B previous space delimited word e end of word E end of white space delimited word 0 or ^ to the physical begin...原创 2020-03-30 08:51:08 · 170 阅读 · 0 评论 -
Linux Quick Reference (1)
所有下面的指令都是在Linux环境下使用的 mkdir - To organize files and directions. This will make a new directory: 例子:mkdir Programs 这样就可以创立一个名叫Programs的文件夹了 cd - change into another directory: a. To change int原创 2018-01-30 13:35:46 · 304 阅读 · 0 评论 -
Vim Quick Reference (2)
* 下面的操作都是在Linux环境下运行的 * 1. To navigate in the document to prepare to edit here are a few of the choice available: a. Go to the first line: 1G b. Go to the first line:原创 2019-12-12 15:47:44 · 141 阅读 · 0 评论 -
Vim Quick Reference (2)
* 下面的操作都是在Linux环境下运行的 * 1. To navigate in the document to prepare to edit here are a few of the choice available: a. Go to the first line: 1G b. Go to the first line:原创 2018-01-30 14:56:13 · 352 阅读 · 0 评论