OSDN Git Service

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