]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
Renamed category 'Theorem' and 'Theorems' to 'Reasoning'
[lyx.git] / lib / bind / xemacs.bind
index 97551aec5437b7cb638b088e0f266fde12cc4cc6..77501cdf03b71949dc77455f29cab0d47c3632b8 100644 (file)
@@ -54,7 +54,8 @@ Format 1
 \bind "C-q"                    "self-insert \""
 #bind "C-r"                    "------"
 \bind "C-s"                    "dialog-show findreplace"
-\bind "M-~S-percent"           "dialog-show findreplace"
+\bind "C-S-s"                  "dialog-show findreplaceadv"
+\bind "M-~S-percent"           "dialog-show findreplaceadv"
 
 # should be "chars-transpose" (swaps two chars)
 #bind "C-t"                    "------"
@@ -146,8 +147,10 @@ Format 1
 # Motion group
 #
 
-\bind "M-Up"                   "paragraph-move-up"
-\bind "M-Down"                 "paragraph-move-down"
+\bind "M-Up"                   "command-alternatives paragraph-move-up; inset-modify tabular move-row-up"
+\bind "M-Down"                 "command-alternatives paragraph-move-down; inset-modify tabular move-row-down"
+\bind "M-Right"                "inset-modify tabular move-column-right"
+\bind "M-Left"                 "inset-modify tabular move-column-left"
 \bind "C-Right"                "word-right"
 \bind "C-Left"                 "word-left"
 \bind "C-Up"                   "paragraph-up"
@@ -221,11 +224,11 @@ Format 1
 \bind "C-Delete"               "word-delete-forward"
 \bind "M-d"                     "word-delete-forward"
 \bind "C-BackSpace"            "word-delete-backward"
-\bind "M-Return"               "break-paragraph inverse"
+\bind "M-Return"               "paragraph-break inverse"
 \bind "C-Return"               "newline-insert newline"
 \bind "C-S-Return"             "newline-insert linebreak"
 \bind "C-S-L"                  "specialchar-insert ligature-break"
-\bind "C-space"                        "space-insert protected"
+\bind "C-space"                        "command-alternatives space-insert protected ; math-space"
 \bind "nobreakspace"           "space-insert protected"
 \bind "C-M-space"              "space-insert normal"
 \bind "S-C-space"              "space-insert thin"
@@ -332,7 +335,7 @@ Format 1
 
 \bind "C-c percent"            "layout Comment"
 
-\bind "C-c Return"             "break-paragraph inverse"
+\bind "C-c Return"             "paragraph-break inverse"
 #
 ## End AucTeX
 #