]> git.lyx.org Git - lyx.git/commitdiff
add a couple of emacs bindings
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Oct 2002 09:21:02 +0000 (09:21 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 11 Oct 2002 09:21:02 +0000 (09:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5378 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/bind/emacs.bind

index e52e4a01d2b0292e561f5fbe5d77771a831652a0..5a0248f44798097d0f9591eabff780bff07b32cb 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * bind/emacs.bind: add bindings for M-< and M->
+
 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
 
        * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are
index fde9af4a4acf2bd4e642958cf1d10c91bea004dc..df7a812c496e46b0cdce2277bba77b202a085c09 100644 (file)
 # Motion group
 #
 
-\bind "C-Right"                "word-forward"
-\bind "C-Left"                 "word-backward"
-\bind "C-Up"                   "paragraph-up"
-\bind "C-Down"                 "paragraph-down"
-\bind "Home"                   "buffer-begin"
-\bind "End"                    "buffer-end"
+\bind "C-Right"                        "word-forward"
+\bind "C-Left"                 "word-backward"
+\bind "C-Up"                   "paragraph-up"
+\bind "C-Down"                 "paragraph-down"
+\bind "Home"                   "buffer-begin"
+\bind "End"                    "buffer-end"
+\bind "M-~S-less"              "buffer-begin"
+\bind "M-~S-greater"           "buffer-end"
 
 \bind "C-~S-greater"           "reference-goto"
 \bind "C-~S-less"              "bookmark-goto 0"