OSDN Git Service

sf prj
[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-site">http://moreemacs.sourceforge.jp/update-site</a>.</p>\r
22 <p>Open the preferences dialog and General/Keys. Choose "More Emacs" from "Scheme" pull down.</p>\r
23 <p><img src="settings.png" alt="settings" /></p>\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 \r
30 <table border="2">\r
31 <caption>Key bindings of More Emacs</caption>\r
32 <tr>\r
33 <th>function</th>\r
34 <th>binding</th>\r
35 </tr>\r
36 <tr>\r
37 <td>undo</td>\r
38 <td>C-/</td>\r
39 </tr>\r
40 <tr>\r
41 <td>delete previous</td>\r
42 <td>C-h</td>\r
43 </tr>\r
44 <tr>\r
45 <td>next editor</td>\r
46 <td>C-x o, Shift-Tab</td>\r
47 </tr>\r
48 <tr>\r
49 <td>previous editor</td>\r
50 <td>C-Shift-Tab</td>\r
51 </tr>\r
52 <tr>\r
53 <td>file close</td>\r
54 <td>C-x 0</td>\r
55 </tr>\r
56 <tr>\r
57 <td>maximize part</td>\r
58 <td>C-x 1</td>\r
59 </tr>\r
60 <tr>\r
61 <td>new editor</td>\r
62 <td>C-x 2</td>\r
63 </tr>\r
64 <tr>\r
65 <td>find replace</td>\r
66 <td>M-Shift-5</td>\r
67 </tr>\r
68 <tr>\r
69 <td>return</td>\r
70 <td>C-m</td>\r
71 </tr>\r
72 <tr>\r
73 <td>move-beginning-of-line</td>\r
74 <td>C-a</td>\r
75 </tr>\r
76 <tr>\r
77 <td>move-end-of-line</td>\r
78 <td>C-e</td>\r
79 </tr>\r
80 <tr>\r
81 <td>forward-word</td>\r
82 <td>M-f</td>\r
83 </tr>\r
84 <tr>\r
85 <td>backward-word</td>\r
86 <td>M-b</td>\r
87 </tr>\r
88 <tr>\r
89 <td>kill-word</td>\r
90 <td>M-d</td>\r
91 </tr>\r
92 <tr>\r
93 <td>backward-kill-word</td>\r
94 <td>M-BS</td>\r
95 </tr>\r
96 <tr>\r
97 <td>delete-horizontal-space</td>\r
98 <td>M-\</td>\r
99 </tr>\r
100 <tr>\r
101 <td>kill-line</td>\r
102 <td>C-k</td>\r
103 </tr>\r
104 <tr>\r
105 <td>transpose-chars</td>\r
106 <td>C-t</td>\r
107 </tr>\r
108 <tr>\r
109 <td>transpose-words</td>\r
110 <td>M-t</td>\r
111 </tr>\r
112 <tr>\r
113 <td>kill-rectangle</td>\r
114 <td>C-x r k</td>\r
115 </tr>\r
116 <tr>\r
117 <td>yank-rectangle</td>\r
118 <td>C-x r y</td>\r
119 </tr>\r
120 <tr>\r
121 <td>open-line</td>\r
122 <td>C-o</td>\r
123 </tr>\r
124 </table>\r
125 \r
126 <h2>Change Log</h2>\r
127 <h3>2009.6.14</h3>\r
128 <ul>\r
129 <li>Release 1.0.0</li>\r
130 </ul>\r
131 \r
132 <h2>Links</h2>\r
133 <ul>\r
134 <li><a href="https://sourceforge.jp/projects/moreemacs/">More Emacs Plugin SourceForge Project</a></li>\r
135 </ul>\r
136 </body>\r
137 </html>