my_help 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +1 -2
- data/Gemfile.lock +1 -1
- data/README.org +3 -3
- data/lib/my_help/my_help_controll.rb +20 -15
- data/lib/my_help/version.rb +1 -1
- data/{before_gli/lib/templates/emacs_help.org → lib/templates/emacs.org} +0 -0
- data/{before_gli/lib/templates/template_help.org → lib/templates/help_template.org} +0 -0
- data/{before_gli/lib/templates/org_help.org → lib/templates/org.org} +0 -0
- data/{before_gli/lib/templates/my_todo.org → lib/templates/todo.org} +2 -2
- metadata +6 -38
- data/before_gli/Dockerfile.template +0 -13
- data/before_gli/Gemfile +0 -5
- data/before_gli/Gemfile.lock +0 -63
- data/before_gli/bin/console +0 -14
- data/before_gli/bin/setup +0 -8
- data/before_gli/exe/e_h +0 -4
- data/before_gli/exe/emacs_help +0 -4
- data/before_gli/exe/m_t +0 -4
- data/before_gli/exe/my_help +0 -6
- data/before_gli/exe/my_todo +0 -4
- data/before_gli/exe/o_h +0 -4
- data/before_gli/exe/org_help +0 -4
- data/before_gli/lib/emacs_help.rb +0 -137
- data/before_gli/lib/my_help/my_help_controll.rb +0 -134
- data/before_gli/lib/my_help/org2yml.rb +0 -47
- data/before_gli/lib/my_help/specific_help.rb +0 -2
- data/before_gli/lib/my_help/test.rb +0 -29
- data/before_gli/lib/my_help/version.rb +0 -3
- data/before_gli/lib/my_help/yml2org.rb +0 -34
- data/before_gli/lib/my_help.rb +0 -204
- data/before_gli/lib/my_help_new.rb +0 -54
- data/before_gli/lib/my_help_thor.rb +0 -170
- data/before_gli/lib/specific_help.rb +0 -172
- data/before_gli/lib/specific_help_bu.rb +0 -233
- data/before_gli/lib/specific_help_opt.rb +0 -71
- data/before_gli/lib/specific_help_thor.rb +0 -172
- data/before_gli/make_docker.sh +0 -5
- data/before_gli/my_help.gemspec +0 -34
- data/lib/templates/emacs_help.org +0 -50
- data/lib/templates/my_todo.org +0 -11
- data/lib/templates/org_help.org +0 -64
- data/lib/templates/template_help.org +0 -8
@@ -1,50 +0,0 @@
|
|
1
|
-
#+STARTUP: indent nolineimages
|
2
|
-
* head
|
3
|
-
- Emacs key bind
|
4
|
-
-
|
5
|
-
special key command
|
6
|
-
- c-f, While pressing the control key, press 'f'
|
7
|
-
- M-f, After pressing Esc key, press 'f'
|
8
|
-
- c-g, Operation interruption
|
9
|
-
- c-x u, Undo operation(Undo)
|
10
|
-
* license
|
11
|
-
- cc by Natsuko Kawabata, 2017
|
12
|
-
|
13
|
-
* move cursor
|
14
|
-
- c-f, move Forward, Move to forward or right
|
15
|
-
- c-b, move Backward, Move to back or left
|
16
|
-
- c-a, go Ahead of line, Move to the beginning of the line
|
17
|
-
- c-e, go End of line, Move to the end of the line
|
18
|
-
- c-n, move Next line, Move to next line
|
19
|
-
- c-p, move Previous line, Move to previous line
|
20
|
-
* move page
|
21
|
-
- c-v, move Vertical, Move to next page
|
22
|
-
- M-v, move reversive Vertical,Move to previous page
|
23
|
-
- c-l, centerise Line, Move to center on current line
|
24
|
-
- M-<, move Top of file, Move to the top of the file
|
25
|
-
- M->, move Bottom of file, Move to the end of the file
|
26
|
-
* file operation file
|
27
|
-
- c-x c-f, Find file, Find file
|
28
|
-
- c-x c-s, Save file, Save file
|
29
|
-
- c-x c-w, Write file NAME, Write a file with another name
|
30
|
-
* edit operation
|
31
|
-
- c-d, Delete char, Delete a letter
|
32
|
-
- c-k, Kill line, Delete a line,cut
|
33
|
-
- c-y, Yank, Paste
|
34
|
-
- c-w, Kill region, Delete an area ,cut
|
35
|
-
- 領域選択は,先頭 or 最後尾で c-space した後,最後尾 or 先頭へカーソル移動
|
36
|
-
- c-s, forward incremental Search WORD, 前へ WORD を検索
|
37
|
-
- c-r, Reverse incremental search WORD, 後へ WORD を検索
|
38
|
-
- M-x query-replace WORD1 <ret> WORD2:対話的置換(y or n で可否選択)
|
39
|
-
* window operation
|
40
|
-
- c-x 2, 2 windows, Split into two windows 二つに分割
|
41
|
-
- c-x 1, 1 windows, Integrate in a window
|
42
|
-
- c-x 3, 3rd window sep, Split vertically
|
43
|
-
- c-x o, Other windows, Move to the next window
|
44
|
-
* buffer operation
|
45
|
-
- すでに open して Emacs にバッファーされた file
|
46
|
-
- c-x b, show Buffer, Buffer list
|
47
|
-
- c-x c-b, next Buffer, Move to next buffer
|
48
|
-
* quit operation
|
49
|
-
- c-x c-c, Quit Emacs, Save file and quit
|
50
|
-
- c-z, suspend Emacs, Pause,restart with fg
|
data/lib/templates/my_todo.org
DELETED
data/lib/templates/org_help.org
DELETED
@@ -1,64 +0,0 @@
|
|
1
|
-
#+STARTUP: indent nolineimages
|
2
|
-
* head
|
3
|
-
- emacs org-modeのhelp
|
4
|
-
- [[http://akisute3.hatenablog.com/entry/2013/12/28/144918][org-mode による論文作成入門]]
|
5
|
-
- [[http://d.hatena.ne.jp/tamura70/20100209/org]]
|
6
|
-
- org-modeでc-h mでhelpがでる.
|
7
|
-
- https://orgmode.org/worg/org-tutorials/orgtutorial_dto.html
|
8
|
-
* license
|
9
|
-
- cc by Shigeto R. Nishitani, 2017
|
10
|
-
* item
|
11
|
-
- m-x org-mode
|
12
|
-
- emacs hogehoge.orgで起動
|
13
|
-
- - でitem追加
|
14
|
-
- * でitem追加
|
15
|
-
- #+STARTUP: indent nolineimages nofold
|
16
|
-
- #+TITLE: 格子欠陥について最近の研究から
|
17
|
-
- #+AUTHOR: 関西学院大学・理工学部・情報科学科 西谷滋人 2017
|
18
|
-
* key_bind
|
19
|
-
- tabでtoggle
|
20
|
-
- shift-tabで全部に対するtoggle
|
21
|
-
- shift-矢印でkeyを切り替え
|
22
|
-
- M-shift-<left, right>アウトラインのレベルをツリーごと移動
|
23
|
-
* convert
|
24
|
-
- #+OPTIONS: ^:{} でsub, superを抑制.
|
25
|
-
- markdown
|
26
|
-
1. in emacs, M-x org-md-export-as-markdown
|
27
|
-
2. pandoc -f markdown -t org -o tmp.md sample.org
|
28
|
-
3. 行の折り返し,M-x toggle-truncate-lines
|
29
|
-
- latex出力
|
30
|
-
1. c-c c-eでllを選択
|
31
|
-
2. 日本語と数式が混じる時には,$の前後に半角スペースを入れる
|
32
|
-
3. [[https://www-he.scphys.kyoto-u.ac.jp/member/shotakaha/dokuwiki/doku.php?id=toolbox:emacs:org:export:latex:start~]]
|
33
|
-
4. https://orgmode.org/worg/org-tutorials/org-latex-export.html
|
34
|
-
- beamer出力
|
35
|
-
1. c-c c-eでlbを選択
|
36
|
-
* list
|
37
|
-
- 項目- 子項目1
|
38
|
-
- 番号付き1. 2.
|
39
|
-
- 名前付き - 名前1 :: 内容1
|
40
|
-
* link
|
41
|
-
- [[file:./tmp/tmp.txt][Link to file]]
|
42
|
-
- [[link][name]]
|
43
|
-
- to edit, c-c c-l
|
44
|
-
- to open, c-c c-o
|
45
|
-
- org-return-follows-linkが設定されていたらRETでも開く
|
46
|
-
* todo
|
47
|
-
- c-c c-tでno_head->TODO->DONEをloop
|
48
|
-
- m-x agenda-modeでschedule操作可能コマンドを表示
|
49
|
-
* verb_and_source
|
50
|
-
- ': 'を頭に
|
51
|
-
- #+BEGIN_EXAMPLE...#+END_EXAMPLE
|
52
|
-
- #+BEGIN_QUOTE -- #+END_QUOTE
|
53
|
-
- #+BEGIN_SRC bash -- #+END_SRC
|
54
|
-
* date_and_time
|
55
|
-
- c-c .でカレンダーと日付表示<2018-03-14 Wed>
|
56
|
-
- +7とか-1を入力してreturnするとその日付が出力
|
57
|
-
- c-u c-c . で日付と時間の入力<2018-03-14 Wed 12:38>こんな感じ
|
58
|
-
* agenda
|
59
|
-
- (setq org-agenda-files (list "~/org/work.org"
|
60
|
-
"~/org/school.org"
|
61
|
-
"~/org/home.org"))
|
62
|
-
- C-c a t to enter the global todo list.
|
63
|
-
* move
|
64
|
-
- c-c c-u 上位のlevelへ
|