X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fbind%2Fxemacs.bind;h=39435dcccae7ba816ce55fcfa0694ec2626ce9ee;hb=eac329875194ac8b005c50bc08207dda64045df2;hp=7ccf816f2b759a1c633f7c4a8a1b306439972e58;hpb=0db513c4d62525f3f2cbb6a6a9ca31d5f2a2160a;p=lyx.git diff --git a/lib/bind/xemacs.bind b/lib/bind/xemacs.bind index 7ccf816f2b..39435dccca 100644 --- a/lib/bind/xemacs.bind +++ b/lib/bind/xemacs.bind @@ -27,7 +27,7 @@ # # Happy tuning! -Format 2 +Format 4 \bind "C-~S-at" "mark-on" \bind "C-a" "line-begin" @@ -77,8 +77,8 @@ Format 2 \bind "C-~S-slash" "undo" \bind "C-~S-underscore" "undo" -\bind "~S-M-quotedbl" "quote-insert single" -\bind "~S-C-quotedbl" "self-insert \"" +\bind "~S-M-quotedbl" "quote-insert inner" +\bind "~S-C-quotedbl" "quote-insert outer auto plain" \bind "C-x a" "buffer-auto-save" # not currently supported @@ -147,10 +147,10 @@ Format 2 # Motion group # -\bind "M-Up" "command-alternatives outline-up; paragraph-move-up; inset-modify tabular move-row-up" -\bind "M-Down" "command-alternatives outline-down; 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 "M-Up" "command-alternatives outline-up; paragraph-move-up; tabular-feature move-row-up" +\bind "M-Down" "command-alternatives outline-down; paragraph-move-down; tabular-feature move-row-down" +\bind "M-Right" "tabular-feature move-column-right" +\bind "M-Left" "tabular-feature move-column-left" \bind "C-Right" "word-right" \bind "C-Left" "word-left" \bind "C-Up" "paragraph-up"