From 998d06cd3027f0234c8bb17f882434334522bc78 Mon Sep 17 00:00:00 2001 From: quiver2k Date: Sun, 14 Jun 2009 00:02:34 +0900 Subject: [PATCH] alpha version --- jp.sourceforge.moreemacs.web/WebContent/index.html | 59 +++++++++++++++++++++- 1 file changed, 57 insertions(+), 2 deletions(-) diff --git a/jp.sourceforge.moreemacs.web/WebContent/index.html b/jp.sourceforge.moreemacs.web/WebContent/index.html index ebb0e97..6872f08 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/index.html +++ b/jp.sourceforge.moreemacs.web/WebContent/index.html @@ -5,7 +5,62 @@ MoreEmacs -

More Emacs

-aa +

More Emacs Plugin

+

More Emacs Plugin is an eclipse plugin for emacs users.

+

Eclipse provides the emacs like key bind. But emacs users requires +more emacs like key bind. More emacs plugin provides more emacs like key bind. +The key bind schema of more emacs is a child schema of Eclispe's emacs schema. +It adds some key bindings or overrides some bindings to emacs schema. +

+

you can install the plugin from http://moreemacs.sourceforge.jp/update.

+

+The following list is key bindings of more emacs plugin. +

+
+
undo
+
C-c
+
delete previous
+
C-h
+
next editor
+
C-x o, Shift-Tab
+
previous editor
+
C-Shift-Tab
+
file close
+
C-x 0
+
maximize part
+
C-x 1
+
new editor
+
C-x 2
+
find replace
+
M-Shift-5
+
return
+
C-m
+
move-beginning-of-line
+
C-a
+
move-end-of-line
+
C-e
+
forward-word
+
M-f
+
backward-word
+
M-b
+
kill-word
+
M-d
+
backward-kill-word
+
M-BS
+
delete-horizontal-space
+
M-\
+
kill-line
+
C-k
+
transpose-chars
+
C-t
+
transpose-words
+
M-t
+
kill-rectangle
+
C-x r k
+
yank-rectangle
+
C-x r y
+
open-line
+
C-o
+
\ No newline at end of file -- 2.11.0