OSDN Git Service

408dd7855bf98610c7cc002134f7b35129441f93
[moreemacs/moreemacs.git] / jp.sourceforge.moreemacs.web / WebContent / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <html>\r
3 <head>\r
4 <link rel='stylesheet' type='text/css' href='style.css'>\r
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">\r
6 <title>More Emacs Plugin</title>\r
7 </head>\r
8 <body>\r
9 <h1>More Emacs Plugin</h1>\r
10 <p>More Emacs Plugin is an eclipse plugin for emacs users.</p>\r
11 <p>Eclipse provides the emacs like key bindings. But emacs users requires \r
12 more emacs like key bindings. More emacs plugin provides more emacs like key bindings.\r
13 The key bind scheme of more emacs is a child schema of Eclispe's emacs scheme.\r
14 It adds some key bindings or overrides some bindings to emacs scheme.\r
15 </p>\r
16 \r
17 <h2>Install</h2>\r
18 <p>You can install the plugin from\r
19  <a href="http://moreemacs.sourceforge.jp/update">http://moreemacs.sourceforge.jp/update</a>.</p>\r
20 <p>Open the preference dialog and general/key. Choose "More Emacs" from "scheme" pull down.</p>\r
21 \r
22 \r
23 <h2>Key Bindings</h2>\r
24 <p>\r
25 The following list is key bindings of more emacs plugin.\r
26 </p>\r
27 <dl>\r
28 <dt>undo</dt>\r
29 <dd>C-c</dd>\r
30 <dt>delete previous</dt>\r
31 <dd>C-h</dd>\r
32 <dt>next editor</dt>\r
33 <dd>C-x o, Shift-Tab</dd>\r
34 <dt>previous editor</dt>\r
35 <dd>C-Shift-Tab</dd>\r
36 <dt>file close</dt>\r
37 <dd>C-x 0</dd>\r
38 <dt>maximize part</dt>\r
39 <dd>C-x 1</dd>\r
40 <dt>new editor</dt>\r
41 <dd>C-x 2</dd>\r
42 <dt>find replace</dt>\r
43 <dd>M-Shift-5</dd>\r
44 <dt>return</dt>\r
45 <dd>C-m</dd>\r
46 <dt>move-beginning-of-line</dt>\r
47 <dd>C-a</dd>\r
48 <dt>move-end-of-line</dt>\r
49 <dd>C-e</dd>\r
50 <dt>forward-word</dt>\r
51 <dd>M-f</dd>\r
52 <dt>backward-word</dt>\r
53 <dd>M-b</dd>\r
54 <dt>kill-word</dt>\r
55 <dd>M-d</dd>\r
56 <dt>backward-kill-word</dt>\r
57 <dd>M-BS</dd>\r
58 <dt>delete-horizontal-space</dt>\r
59 <dd>M-\</dd>\r
60 <dt>kill-line</dt>\r
61 <dd>C-k</dd>\r
62 <dt>transpose-chars</dt>\r
63 <dd>C-t</dd>\r
64 <dt>transpose-words</dt>\r
65 <dd>M-t</dd>\r
66 <dt>kill-rectangle</dt>\r
67 <dd>C-x r k</dd>\r
68 <dt>yank-rectangle</dt>\r
69 <dd>C-x r y</dd>\r
70 <dt>open-line</dt>\r
71 <dd>C-o</dd>\r
72 </dl>\r
73 <h2>Links</h2>\r
74 <ul>\r
75 <li><a href="https://sourceforge.jp/projects/moreemacs/">SourceForeg Project</a>\r
76 </ul>\r
77 </body>\r
78 </html>