From 1832d576b4f0d4c3b5b4b33863106d2d192f1a83 Mon Sep 17 00:00:00 2001 From: quiver2k Date: Sun, 14 Jun 2009 23:16:18 +0900 Subject: [PATCH] table --- jp.sourceforge.moreemacs.web/WebContent/index.html | 143 ++++++++++++++------- jp.sourceforge.moreemacs.web/WebContent/style.css | 4 + 2 files changed, 101 insertions(+), 46 deletions(-) diff --git a/jp.sourceforge.moreemacs.web/WebContent/index.html b/jp.sourceforge.moreemacs.web/WebContent/index.html index bb02704..ae60a38 100644 --- a/jp.sourceforge.moreemacs.web/WebContent/index.html +++ b/jp.sourceforge.moreemacs.web/WebContent/index.html @@ -26,52 +26,103 @@ It adds some key bindings or overrides some bindings to emacs scheme.

The following list is key bindings of more emacs plugin.

-
-
undo
-
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
-
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key bindings of More Emacs
functionbinding
undoC-/
delete previousC-h
next editorC-x o, Shift-Tab
previous editorC-Shift-Tab
file closeC-x 0
maximize partC-x 1
new editorC-x 2
find replaceM-Shift-5
returnC-m
move-beginning-of-lineC-a
move-end-of-lineC-e
forward-wordM-f
backward-wordM-b
kill-wordM-d
backward-kill-wordM-BS
delete-horizontal-spaceM-\
kill-lineC-k
transpose-charsC-t
transpose-wordsM-t
kill-rectangleC-x r k
yank-rectangleC-x r y
open-lineC-o
+

Change Log

2009.6.14