+STARTUP: indent nolineimages
-
head
-
Emacs key bind
- special key command
-
c-f, While pressing the control key, press 'f'
-
M-f, After pressing Esc key, press 'f'
-
c-g, Operation interruption
-
c-x u, Undo operation(Undo)
-
license
-
cc by Natsuko Kawabata, 2017
-
move cursor
-
c-f, move Forward, Move to forward or right
-
c-b, move Backward, Move to back or left
-
c-a, go Ahead of line, Move to the beginning of the line
-
c-e, go End of line, Move to the end of the line
-
c-n, move Next line, Move to next line
-
c-p, move Previous line, Move to previous line
-
move page
-
c-v, move Vertical, Move to next page
-
M-v, move reversive Vertical,Move to previous page
-
c-l, centerise Line, Move to center on current line
-
M-<, move Top of file, Move to the top of the file
-
M->, move Bottom of file, Move to the end of the file
-
file operation file
-
c-x c-f, Find file, Find file
-
c-x c-s, Save file, Save file
-
c-x c-w, Write file NAME, Write a file with another name
-
edit operation
-
c-d, Delete char, Delete a letter
-
c-k, Kill line, Delete a line,cut
-
c-y, Yank, Paste
-
c-w, Kill region, Delete an area ,cut
-
領域選択は,先頭 or 最後尾で c-space した後,最後尾 or 先頭へカーソル移動
-
c-s, forward incremental Search WORD, 前へ WORD を検索
-
c-r, Reverse incremental search WORD, 後へ WORD を検索
-
M-x query-replace WORD1 <ret> WORD2:対話的置換(y or n で可否選択)
-
window operation
-
c-x 2, 2 windows, Split into two windows 二つに分割
-
c-x 1, 1 windows, Integrate in a window
-
c-x 3, 3rd window sep, Split vertically
-
c-x o, Other windows, Move to the next window
-
buffer operation
-
すでに open して Emacs にバッファーされた file
-
c-x b, show Buffer, Buffer list
-
c-x c-b, next Buffer, Move to next buffer
-
quit operation
-
c-x c-c, Quit Emacs, Save file and quit
-
c-z, suspend Emacs, Pause,restart with fg