分类: LINUX
2009-12-14 14:22:42
|
|
|
|
M-g g |
Jump to specified line |
C-s |
Incremental search forward |
C-r |
Incremental search backward |
C-@ |
Set mark to the current location |
C-x C-x |
Swap point and mark |
C-w |
|
C-k |
Kill line |
C-u |
Kill 10 lines |
M-d |
Kill next word |
M-k |
Kill to end of sentence |
d |
|
Backspace |
|
C-y yanking, 召回
C-x u undo
C-x 0 Delete the selected window (`delete-window'). The last character
in this key sequence is a zero.
C-x 1 Delete all windows in the selected frame except the selected window
(`delete-other-windows').
C-x 2 Split the selected window into two windows, one above the other
(`split-window-vertically')
C-x 3 Split the selected window into two windows positioned side by side
(`split-window-horizontally').
C-x C-b 列出缓冲区
C-x b bufferName
C-x 1 离开缓冲区
C-x s 保存多个缓冲
C-x C-f 寻找一个文件并打开
C-x C-s 储存这个文件
C-h k Shows documentation for the command associated with any particular key.
C-h f Shows documentation for any particular command, by name (i.e. what you would type after M-x).
M-x shellCommand
M-x shell
M-x compile
M-x gdb