]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/emacs.bind
make NO_LATEX default, set ut compability stuff
[lyx.git] / lib / bind / emacs.bind
index 164545c0b3c8dab6f21c13fe61062e35ae19c17a..962b869e949e536a4f2a6a0478286e46a8b62e40 100644 (file)
@@ -33,7 +33,7 @@
 # help in emacs
 \bind "C-h"                    "hyphenation-point-insert" 
 \bind "C-i"                    "hfill-insert"
-#bind "C-j"                    "------"
+\bind "C-j"                    "break-paragraph"
 \bind "C-k"                    "line-delete-forward"
 \bind "C-l"                    "screen-recenter"
 \bind "C-m"                    "mark-toggle"
@@ -47,8 +47,7 @@
 \bind "C-s"                    "find-replace"
 \bind "M-~S-percent"           "find-replace"
 
-# should be "chars-transpose" (swaps two chars)
-#bind "C-t"                    "------"
+\bind "C-t"                    "chars-transpose"
 
 # universal argument in emacs
 \bind "C-u"                    "font-underline"
@@ -91,7 +90,7 @@
 \bind "C-x C-b"                "menu-open documents"
 \bind "C-x C-c"                "lyx-quit"
 \bind "C-x C-d"                "buffer-new"
-\bind "C-x C-f"                "buffer-open"
+\bind "C-x C-f"                "file-open"
 \bind "C-x C-g"                "buffer-view ps"
 \bind "C-x C-p"                "buffer-view dvi"
 \bind "C-x C-q"                "buffer-toggle-read-only"
 #bind "F1"                     "help"                          # Not yet implemented!
 #bind "C-F1"                   "help-context"                  # Not yet implemented!
 #\bind "F2"                     "buffer-write"
-#\bind "F3"                     "buffer-open"
+#\bind "F3"                     "file-open"
 #bind "F4"                     "------"
 #bind "F5"                     "------"
 #bind "F6"                     "------"
 
 \bind "C-~S-greater"           "reference-goto"
 \bind "C-~S-less"              "bookmark-goto 0"
-
+\bind "C-~S-1"                 "bookmark-goto 1"
+\bind "C-~S-2"                 "bookmark-goto 2"
+\bind "C-~S-3"                 "bookmark-goto 3"
+\bind "C-M-~S-1"               "bookmark-save 1"
+\bind "C-M-~S-2"               "bookmark-save 2"
+\bind "C-M-~S-3"               "bookmark-save 3"
 
 # The below are xemacs bindings
 #\bind "Home"                   "line-begin"
 
 \bind_file menus.bind
 \bind_file math.bind
+\bind_file latinkeys.bind