From: Jean-Marc Lasgouttes Date: Fri, 11 Oct 2002 09:21:02 +0000 (+0000) Subject: add a couple of emacs bindings X-Git-Tag: 1.6.10~18202 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c3c1fb8c9c523b3926ca5ea443845eb6a07d72de;p=lyx.git add a couple of emacs bindings git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5378 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/ChangeLog b/lib/ChangeLog index e52e4a01d2..5a0248f447 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Jean-Marc Lasgouttes + + * bind/emacs.bind: add bindings for M-< and M-> + 2002-10-09 Dekel Tsur * lyx2lyx/lyxconvert_218.py: Combine ert insets only when they are diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index fde9af4a4a..df7a812c49 100644 --- a/lib/bind/emacs.bind +++ b/lib/bind/emacs.bind @@ -133,12 +133,14 @@ # 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"