2003-08-22 10:37:26 +00:00
|
|
|
|
# -*- text -*-
|
|
|
|
|
|
2003-08-22 09:36:41 +00:00
|
|
|
|
# file emacs.bind
|
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
|
|
|
|
|
|
# author Lars Gullik Bj<42>nnes
|
|
|
|
|
# author Jean-Marc Lasgouttes
|
|
|
|
|
# author Angus Leeming
|
|
|
|
|
# author John Levon
|
|
|
|
|
# author Allan Rae
|
|
|
|
|
# author J<>rgen Spitzm<7A>ller
|
|
|
|
|
# author Andrew Zabolotny
|
|
|
|
|
|
|
|
|
|
# Full author contact details are available in file CREDITS.
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
2003-10-13 09:50:10 +00:00
|
|
|
|
# This is the EMACS flavour bind file, based on the bindings found
|
1999-09-27 18:44:28 +00:00
|
|
|
|
# in the Emacs editor.
|
|
|
|
|
#
|
|
|
|
|
#
|
|
|
|
|
# DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
|
2003-10-13 09:50:10 +00:00
|
|
|
|
# with every new install of LyX and your changes will be lost.
|
|
|
|
|
# Instead, customize a copy of this file placed in
|
1999-09-27 18:44:28 +00:00
|
|
|
|
# ~/.lyx/bind/emacs.bind
|
|
|
|
|
#
|
|
|
|
|
# Happy tuning!
|
|
|
|
|
|
|
|
|
|
\bind "C-~S-at" "mark-on"
|
|
|
|
|
\bind "C-a" "line-begin"
|
|
|
|
|
\bind "C-b" "char-backward"
|
|
|
|
|
#bind "C-c" "------" // used as users prefix
|
|
|
|
|
\bind "C-d" "delete-forward"
|
|
|
|
|
\bind "C-e" "line-end"
|
|
|
|
|
\bind "C-f" "char-forward"
|
|
|
|
|
\bind "C-g" "cancel"
|
|
|
|
|
|
|
|
|
|
# help in emacs
|
2003-10-13 09:50:10 +00:00
|
|
|
|
\bind "C-h" "hyphenation-point-insert"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-i" "hfill-insert"
|
2001-05-23 16:15:14 +00:00
|
|
|
|
\bind "C-j" "break-paragraph"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-k" "line-delete-forward"
|
|
|
|
|
\bind "C-l" "screen-recenter"
|
|
|
|
|
\bind "C-m" "mark-toggle"
|
|
|
|
|
\bind "C-n" "down"
|
2004-03-30 12:36:33 +00:00
|
|
|
|
\bind "C-o" "next-inset-toggle"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-p" "up"
|
|
|
|
|
|
|
|
|
|
# this is "quoted-insert" a total different meaning from "quote-insert"
|
2001-07-23 09:11:14 +00:00
|
|
|
|
\bind "C-q" "self-insert \""
|
1999-09-27 18:44:28 +00:00
|
|
|
|
#bind "C-r" "------"
|
2003-06-19 16:49:45 +00:00
|
|
|
|
\bind "C-s" "dialog-show findreplace"
|
|
|
|
|
\bind "M-~S-percent" "dialog-show findreplace"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
2001-05-23 16:15:14 +00:00
|
|
|
|
\bind "C-t" "chars-transpose"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
# universal argument in emacs
|
|
|
|
|
\bind "C-u" "font-underline"
|
|
|
|
|
|
|
|
|
|
# better name would be "scroll-up" as in emacs
|
|
|
|
|
\bind "C-v" "screen-down"
|
|
|
|
|
|
|
|
|
|
\bind "C-w" "cut"
|
|
|
|
|
#bind "C-x" "------"
|
|
|
|
|
\bind "C-y" "paste"
|
|
|
|
|
|
|
|
|
|
#should be "lyx-iconify"
|
|
|
|
|
#bind "C-z" "------"
|
|
|
|
|
|
|
|
|
|
\bind "C-~S-slash" "undo"
|
|
|
|
|
\bind "C-~S-underscore" "undo"
|
|
|
|
|
|
2005-10-25 08:39:15 +00:00
|
|
|
|
\bind "~S-M-quotedbl" "quote-insert single"
|
|
|
|
|
\bind "~S-C-quotedbl" "self-insert \""
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
\bind "C-x a" "buffer-auto-save"
|
2000-07-24 13:53:19 +00:00
|
|
|
|
#\bind "C-x b" "buffer-previous"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x d" "buffer-new"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
\bind "C-x g" "buffer-view ps"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x k" "buffer-close"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
\bind "C-x p" "buffer-view dvi"
|
|
|
|
|
\bind "C-x r" "buffer-update dvi"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
# Should have been "buffer-write-some"
|
|
|
|
|
# \bind "C-x s" "buffer-write"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
\bind "C-x t" "buffer-update dvi"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x u" "undo"
|
2003-06-19 16:49:45 +00:00
|
|
|
|
\bind "C-x v h" "dialog-show vclog"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x v v" "vc-check-in"
|
|
|
|
|
\bind "C-x v u" "vc-revert"
|
|
|
|
|
\bind "C-x v c" "vc-undo-last"
|
|
|
|
|
\bind "C-x v i" "vc-register"
|
|
|
|
|
\bind "C-x bracketleft" "screen-up"
|
|
|
|
|
\bind "C-x bracketright" "screen-down"
|
|
|
|
|
\bind "C-x C-a" "buffer-auto-save"
|
2006-08-08 21:41:16 +00:00
|
|
|
|
\bind "C-x C-b" "menu-open view"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x C-c" "lyx-quit"
|
|
|
|
|
\bind "C-x C-d" "buffer-new"
|
2001-03-07 14:25:31 +00:00
|
|
|
|
\bind "C-x C-f" "file-open"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
\bind "C-x C-g" "buffer-view ps"
|
|
|
|
|
\bind "C-x C-p" "buffer-view dvi"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x C-q" "buffer-toggle-read-only"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
#\bind "C-x C-r" "buffer-update dvi"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "C-x C-s" "buffer-write"
|
2000-09-11 15:42:17 +00:00
|
|
|
|
\bind "C-x C-t" "buffer-update dvi"
|
2004-10-22 10:24:55 +00:00
|
|
|
|
\bind "C-Next" "buffer-next"
|
|
|
|
|
\bind "C-Prior" "buffer-previous"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# this is "upcase-region" in emacs
|
|
|
|
|
#\bind "C-x C-u" "undo"
|
|
|
|
|
\bind "C-x C-w" "buffer-write-as"
|
|
|
|
|
|
|
|
|
|
#bind "C-1" "------"
|
|
|
|
|
#bind "C-2" "------"
|
|
|
|
|
#bind "C-3" "------"
|
|
|
|
|
#bind "C-4" "------"
|
|
|
|
|
#bind "C-5" "------"
|
|
|
|
|
#bind "C-6" "------"
|
|
|
|
|
#bind "C-7" "------"
|
|
|
|
|
#bind "C-8" "------"
|
|
|
|
|
#bind "C-9" "------"
|
|
|
|
|
#bind "C-0" "------"
|
|
|
|
|
|
|
|
|
|
#bind "F1" "help" # Not yet implemented!
|
|
|
|
|
#bind "C-F1" "help-context" # Not yet implemented!
|
|
|
|
|
#\bind "F2" "buffer-write"
|
2001-03-07 14:25:31 +00:00
|
|
|
|
#\bind "F3" "file-open"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
#bind "F4" "------"
|
|
|
|
|
#bind "F5" "------"
|
|
|
|
|
#bind "F6" "------"
|
|
|
|
|
#bind "F7" "------"
|
|
|
|
|
#bind "F8" "------"
|
|
|
|
|
#bind "F9" "------"
|
|
|
|
|
#bind "F10" "------"
|
|
|
|
|
|
|
|
|
|
\bind "M-x" "command-execute"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Motion group
|
|
|
|
|
#
|
|
|
|
|
|
2006-04-26 22:43:26 +00:00
|
|
|
|
\bind "M-Up" "paragraph-move-up"
|
|
|
|
|
\bind "M-Down" "paragraph-move-down"
|
2002-10-11 09:21:02 +00:00
|
|
|
|
\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"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
2005-05-09 18:28:30 +00:00
|
|
|
|
\bind "C-~S-greater" "label-goto"
|
2001-02-07 07:34:37 +00:00
|
|
|
|
\bind "C-~S-less" "bookmark-goto 0"
|
2001-02-13 16:40:19 +00:00
|
|
|
|
\bind "C-~S-1" "bookmark-goto 1"
|
|
|
|
|
\bind "C-~S-2" "bookmark-goto 2"
|
|
|
|
|
\bind "C-~S-3" "bookmark-goto 3"
|
2005-01-15 18:36:02 +00:00
|
|
|
|
\bind "C-~S-4" "bookmark-goto 4"
|
|
|
|
|
\bind "C-~S-5" "bookmark-goto 5"
|
2001-02-13 16:40:19 +00:00
|
|
|
|
\bind "C-M-~S-1" "bookmark-save 1"
|
|
|
|
|
\bind "C-M-~S-2" "bookmark-save 2"
|
|
|
|
|
\bind "C-M-~S-3" "bookmark-save 3"
|
2005-01-15 18:36:02 +00:00
|
|
|
|
\bind "C-M-~S-4" "bookmark-save 4"
|
|
|
|
|
\bind "C-M-~S-5" "bookmark-save 5"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
# The below are xemacs bindings
|
|
|
|
|
#\bind "Home" "line-begin"
|
|
|
|
|
#\bind "End" "line-end"
|
|
|
|
|
#\bind "C-Home" "buffer-begin"
|
|
|
|
|
#\bind "C-End" "buffer-end"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Motion + select group
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
\bind "S-Right" "forward-select"
|
|
|
|
|
\bind "S-Left" "backward-select"
|
|
|
|
|
\bind "S-C-F" "forward-select"
|
|
|
|
|
\bind "S-C-B" "backward-select"
|
|
|
|
|
\bind "S-Up" "up-select"
|
|
|
|
|
\bind "S-Down" "down-select"
|
|
|
|
|
\bind "S-C-Right" "word-forward-select"
|
|
|
|
|
\bind "S-C-Left" "word-backward-select"
|
|
|
|
|
\bind "S-C-A" "line-begin-select"
|
|
|
|
|
\bind "S-C-E" "line-end-select"
|
|
|
|
|
\bind "S-C-Up" "paragraph-up-select"
|
|
|
|
|
\bind "S-C-Down" "paragraph-down-select"
|
|
|
|
|
\bind "S-Home" "buffer-begin-select"
|
2003-10-13 09:50:10 +00:00
|
|
|
|
\bind "S-End" "buffer-end-select"
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind "S-Prior" "screen-up-select"
|
|
|
|
|
\bind "S-Next" "screen-down-select"
|
|
|
|
|
\bind "S-C-Home" "buffer-begin-select"
|
|
|
|
|
\bind "S-C-End" "buffer-end-select"
|
|
|
|
|
|
2003-01-08 09:03:32 +00:00
|
|
|
|
#
|
|
|
|
|
# Edit group
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
\bind "C-Delete" "word-delete-forward"
|
|
|
|
|
\bind "M-d" "word-delete-forward"
|
|
|
|
|
\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"
|
2003-05-22 10:40:57 +00:00
|
|
|
|
\bind "C-space" "space-insert protected"
|
|
|
|
|
\bind "C-M-space" "space-insert normal"
|
|
|
|
|
\bind "S-C-space" "space-insert thin"
|
2003-01-08 09:03:32 +00:00
|
|
|
|
\bind "C-period" "end-of-sentence-period-insert"
|
|
|
|
|
\bind "M-period" "dots-insert"
|
|
|
|
|
\bind "M-w" "copy"
|
|
|
|
|
\bind "Escape" "meta-prefix"
|
|
|
|
|
|
2002-07-10 14:23:24 +00:00
|
|
|
|
# Numeric keypad (if Shift+KP_XXX does not switch the NumLock state)
|
|
|
|
|
\bind "S-KP_Right" "forward-select"
|
|
|
|
|
\bind "S-KP_Left" "backward-select"
|
|
|
|
|
\bind "S-KP_Up" "up-select"
|
|
|
|
|
\bind "S-KP_Down" "down-select"
|
|
|
|
|
\bind "S-C-KP_Right" "word-forward-select"
|
|
|
|
|
\bind "S-C-KP_Left" "word-backward-select"
|
|
|
|
|
\bind "S-C-KP_Up" "paragraph-up-select"
|
|
|
|
|
\bind "S-C-KP_Down" "paragraph-down-select"
|
|
|
|
|
\bind "S-KP_Home" "line-begin-select"
|
2003-10-13 09:50:10 +00:00
|
|
|
|
\bind "S-KP_End" "line-end-select"
|
2002-07-10 14:23:24 +00:00
|
|
|
|
\bind "S-KP_Prior" "screen-up-select"
|
|
|
|
|
\bind "S-KP_Next" "screen-down-select"
|
|
|
|
|
\bind "S-C-KP_Home" "buffer-begin-select"
|
|
|
|
|
\bind "S-C-KP_End" "buffer-end-select"
|
|
|
|
|
\bind "S-C-KP_Prior" "buffer-begin-select"
|
|
|
|
|
\bind "S-C-KP_Next" "buffer-end-select"
|
|
|
|
|
\bind "C-KP_Insert" "copy"
|
|
|
|
|
\bind "S-KP_Insert" "paste"
|
|
|
|
|
\bind "S-KP_Delete" "cut"
|
|
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
|
|
|
|
|
|
# Include menu and math bindings
|
|
|
|
|
|
2000-10-09 12:30:52 +00:00
|
|
|
|
\bind_file menus.bind
|
1999-09-27 18:44:28 +00:00
|
|
|
|
\bind_file math.bind
|
2001-05-16 07:53:23 +00:00
|
|
|
|
\bind_file latinkeys.bind
|
2002-07-16 22:03:20 +00:00
|
|
|
|
\bind_file cyrkeys.bind
|
|
|
|
|
\bind_file greekkeys.bind
|