lib/templates/emacs_help.org in my_help-0.5.1 vs lib/templates/emacs_help.org in my_help-0.5.2

- old
+ new

@@ -1,47 +1,50 @@ #+STARTUP: indent nolineimages * head -- emacsのキーバインド +- Emacs key bind - -特殊キー操作 -- c-f, controlキーを押しながら 'f' -- M-f, escキーを押した後一度離して'f' -- 操作の中断c-g, 操作の取り消し(Undo) c-x u +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 Shigeto R. Nishitani, 2016 -* カーソル移動cursor -- c-f, move Forwrard, 前or右へ -- c-b, move Backwrard, 後or左へ -- c-a, go Ahead of line, 行頭へ -- c-e, go End of line, 行末へ -- c-n, move Next line, 次行へ -- c-p, move Previous line, 前行へ -* ページ移動page -- c-v, move Vertical, 次のページへ -- M-v, move reversive Vertical,前のページへ -- c-l, centerise Line, 現在行を中心に -- M-<, move Top of file, ファイルの先頭へ -- M->, move Bottom of file, ファイルの最後尾へ -* ファイル操作file -- c-x c-f, Find file, ファイルを開く -- c-x c-s, Save file, ファイルを保存 -- c-x c-w, Write file NAME, ファイルを別名で書き込む -* 編集操作edit -- c-d, Delete char, 一字削除 -- c-k, Kill line, 一行抹消,カット -- c-y, Yank, ペースト -- c-w, Kill region, 領域抹消,カット -- 領域選択は,先頭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 -- c-x 2, 2 windows, 二つに分割 -- c-x 1, 1 windows, 一つに戻す -- c-x 3, 3rd window sep,縦線分割 -- c-x o, Other windows, 次の画面へ移動 -* バッファー操作buffer(すでにopenしてemacsにバッファーされたfile) -- c-x b, show Buffer, バッファのリスト -- c-x c-b, next Buffer, 次のバッファへ移動 -* 終了操作quit -- c-x c-c, Quit emacs, ファイルを保存して終了 -- c-z, suspend emacs, 一時停止,fgで復活 +- 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