More Emacs Plugin

More Emacs Plugin is an eclipse plugin for emacs users.

Eclipse provides the emacs like key bindings. But emacs users requires 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.

Install

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

Open the preference dialog and general/key. Choose "More Emacs" from "scheme" pull down.

Key Bindings

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

Change Log

2009.6.14

Links