X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=jp.sourceforge.moreemacs.web%2FWebContent%2Findex.html;h=92e9eb63d9ea867aada374333f44352062eaaf15;hb=352cf775d891b3c46825ee57472fc78dc06900ef;hp=f46be2c715bf4f049045f576c3e14bfed4bae772;hpb=213e1f2114971fea85705217109a7d130db41014;p=moreemacs%2Fmoreemacs.git diff --git a/jp.sourceforge.moreemacs.web/WebContent/index.html b/jp.sourceforge.moreemacs.web/WebContent/index.html index f46be2c..92e9eb6 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/index.html +++ b/jp.sourceforge.moreemacs.web/WebContent/index.html @@ -1,21 +1,30 @@ - - - + + + More Emacs Plugin

More Emacs Plugin

More Emacs Plugin is an eclipse plugin for emacs users.

-

Eclipse provides the emacs like key bindings. But emacs users requires +

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

+

+Drag 'Install' button to your eclipse workspace. +Drag to your running Eclipse workspace to install More Emacs +

+

Install

You can install the plugin from http://moreemacs.sourceforge.jp/update-site.

@@ -23,75 +32,81 @@ It adds some key bindings or overrides some bindings to emacs scheme.
settings
+

Key Bindings

The following list is key bindings of more emacs plugin.

- +
- + - + - + - + - + - + - + - + - - + + - - + + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + - + - + - + + + + + +
Key bindings of More Emacs
functionfunction binding description
undoundo C-/ rebind
delete previousdelete previous C-h rebind
next editornext editor C-x o, Shift-Tab rebind
previous editorprevious editor C-Shift-Tab rebind
file closefile close C-x 0 rebind
maximize partmaximize part C-x 1 rebind
new editornew editor C-x 2 rebind
find replaceM-Shift-5find replaceM-S-5 rebind
returnC-mnewline-and-indentC-j rebind
move-beginning-of-lineback-to-indentationM-mrebind
move-beginning-of-line C-a moves the cursor to 0th column, not to the first non-space char of the line.
move-end-of-linemove-end-of-line C-e
forward-wordforward-word M-f moves the cursor to the end of word, not to the first char of the next word. Only Character.isLetterOrDigit() is used to word-break. @@ -99,105 +114,135 @@ It is very simple but predictable.
backward-wordbackward-word M-b
kill-wordkill-word M-d
backward-kill-wordbackward-kill-word M-BS
delete-horizontal-spacedelete-horizontal-space M-\
kill-linekill-line C-k
transpose-charstranspose-chars C-t
transpose-wordstranspose-words M-t
kill-rectanglekill-rectangle C-x r k East Asian Width supported
yank-rectangleyank-rectangle C-x r y East Asian Width supported
open-linenewlineC-m
open-line C-o
upcase-wordupcase-word M-u
downcase-worddowncase-word M-l
capitalize-wordcapitalize-word M-c
comment-regionC-c C-c,
C-u C-c C-c
forward to toggle comment

Unicode

Change Log

+

2015.3.15

+ +

2009.8.20

+ +

2009.8.4

+ +

2009.8.1

+

2009.7.28

2009.6.14

Links