OSDN Git Service

alpha version
authorquiver2k <quiver2k@users.sourceforge.jp>
Sat, 13 Jun 2009 15:02:34 +0000 (00:02 +0900)
committerquiver2k <quiver2k@users.sourceforge.jp>
Sat, 13 Jun 2009 15:02:34 +0000 (00:02 +0900)
jp.sourceforge.moreemacs.web/WebContent/index.html

index ebb0e97..6872f08 100644 (file)
@@ -5,7 +5,62 @@
 <title>MoreEmacs</title>\r
 </head>\r
 <body>\r
-<h1>More Emacs</h1>\r
-aa\r
+<h1>More Emacs Plugin</h1>\r
+<p>More Emacs Plugin is an eclipse plugin for emacs users.</p>\r
+<p>Eclipse provides the emacs like key bind. But emacs users requires \r
+more emacs like key bind. More emacs plugin provides more emacs like key bind.\r
+The key bind schema of more emacs is a child schema of Eclispe's emacs schema.\r
+It adds some key bindings or overrides some bindings to emacs schema.\r
+</p>\r
+<p>you can install the plugin from <a href="http://moreemacs.sourceforge.jp/update">http://moreemacs.sourceforge.jp/update</a>.</p>\r
+<p>\r
+The following list is key bindings of more emacs plugin.\r
+</p>\r
+<dl>\r
+<dt>undo</dt>\r
+<dd>C-c</dd>\r
+<dt>delete previous</dt>\r
+<dd>C-h</dd>\r
+<dt>next editor</dt>\r
+<dd>C-x o, Shift-Tab</dd>\r
+<dt>previous editor</dt>\r
+<dd>C-Shift-Tab</dd>\r
+<dt>file close</dt>\r
+<dd>C-x 0</dd>\r
+<dt>maximize part</dt>\r
+<dd>C-x 1</dd>\r
+<dt>new editor</dt>\r
+<dd>C-x 2</dd>\r
+<dt>find replace</dt>\r
+<dd>M-Shift-5</dd>\r
+<dt>return</dt>\r
+<dd>C-m</dd>\r
+<dt>move-beginning-of-line</dt>\r
+<dd>C-a</dd>\r
+<dt>move-end-of-line</dt>\r
+<dd>C-e</dd>\r
+<dt>forward-word</dt>\r
+<dd>M-f</dd>\r
+<dt>backward-word</dt>\r
+<dd>M-b</dd>\r
+<dt>kill-word</dt>\r
+<dd>M-d</dd>\r
+<dt>backward-kill-word</dt>\r
+<dd>M-BS</dd>\r
+<dt>delete-horizontal-space</dt>\r
+<dd>M-\</dd>\r
+<dt>kill-line</dt>\r
+<dd>C-k</dd>\r
+<dt>transpose-chars</dt>\r
+<dd>C-t</dd>\r
+<dt>transpose-words</dt>\r
+<dd>M-t</dd>\r
+<dt>kill-rectangle</dt>\r
+<dd>C-x r k</dd>\r
+<dt>yank-rectangle</dt>\r
+<dd>C-x r y</dd>\r
+<dt>open-line</dt>\r
+<dd>C-o</dd>\r
+</dl>\r
 </body>\r
 </html>
\ No newline at end of file