Sha256: 192e95c1523f05a5a09693ff034943d1969d5aa8f6d3142a5bf30b41d19743cc

Contents?: true

Size: 1.96 KB

Versions: 5

Compression:

Stored size: 1.96 KB

Contents

#+STARTUP: indent nolineimages overview
* 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

* cursor_move
- 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
* page_move
- 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
- 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
my_help-1.2.3 lib/templates/emacs.org
my_help-1.2.2 lib/templates/emacs.org
my_help-1.2 lib/templates/emacs.org
my_help-1.1a lib/templates/emacs.org
my_help-1.1 lib/templates/emacs.org