]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/xemacs.bind
fix typo that put too many include paths for most people
[lyx.git] / lib / bind / xemacs.bind
index c1714331f6846b420e1952491b61d8b96c7505de..2c8b88824581d17cdef80da916f6be4d265366f4 100644 (file)
 \bind "Next"                   "screen-down"
 
 # A bit like autoindent in c-mode
-\bind "Tab"                     "depth-next"
+\bind "Tab"                     "depth-increment"
 
 \bind "C-~S-greater"           "reference-goto"
 \bind "C-~S-less"              "bookmark-goto 0"
 \bind "C-BackSpace"            "word-delete-backward"
 \bind "M-Return"               "break-paragraph-keep-layout"
 \bind "C-Return"               "break-line"
+\bind "C-S-L"                  "ligature-break-insert"
 \bind "C-space"                        "protected-space-insert"
 \bind "C-period"               "end-of-sentence-period-insert"
 \bind "M-period"               "dots-insert"
 \bind "C-c C-e S-q"            "layout Quotation"
 \bind "C-c C-e v"              "layout Quote"
 
-\bind "C-c C-e f"              "figure-insert"  ## should be figure-float
+\bind "C-c C-e f"              "graphics-insert"  ## should be figure-float
 \bind "C-c C-e t"              "dialog-tabular-insert" ## should be table-float
 
 \bind "C-c percent"            "layout Comment"