Tag: ACS executes name for start move buffer forward tag
Command |
shortcut Keys |
function |
forward-word |
M-f |
Move forward one word. |
isearch-forword |
C-s |
Incremental Search |
undo |
C-/ |
Undo the last operation, or cancel the previous operation if it is executed more than once. |
keyboard-quit |
C-g |
Cancels the current command. |
find-file |
C-x C-f |
Access a file in a new buffer (user given file name). |
save-buffer |
C-x C-s |
Saves the contents of the buffer to a file. |
save-some-buffers |
C-x s |
Save All buffers |
save-with-newname |
C-x C-w |
Save the contents of the buffer as a new file. |
save-buffers-kill-emacs |
C-x C-c |
Prompts you to save the file, and then exits Emacs. |
set-mark-command |
C-[空格]注 |
Set the marker for cutting or copying. |
kill-region |
C-w |
Cuts the text marked to the current cursor position. |
kill-ring-save |
M-w |
Copies the text that is marked to the current cursor position. |
yank |
C-y |
Pastes text from the Clipboard in Emacs. |
kill-buffer |
C-x k |
Close the current buffer. |
Emacs starts digging into the pit!