]> git.lyx.org Git - lyx.git/blob - lib/bind/emacs.bind
several small and larger changes, read the Changelog
[lyx.git] / lib / bind / emacs.bind
1 # This file is part of
2 # ==================================================================
3 #
4 #                   LyX, the High Level Word Processor
5
6 #                  Copyright 1995-2000 The LyX Team
7 #
8 #               THIS FILE DEFINES THE EMACS LYX BINDINGS
9 #
10 # ==================================================================
11
12 #
13 # This is the EMACS flavour bind file, based on the bindings found 
14 # in the Emacs editor.
15 #
16 #
17 # DO NOT CHANGE THIS DEFAULT BINDING FILE! It will be replaced
18 # with every new install of LyX and your changes will be lost. 
19 # Instead, customize a copy of this file placed in 
20 # ~/.lyx/bind/emacs.bind
21 #
22 # Happy tuning!
23
24 \bind "C-~S-at"                 "mark-on"
25 \bind "C-a"                     "line-begin"
26 \bind "C-b"                     "char-backward"
27 #bind "C-c"                     "------" // used as users prefix
28 \bind "C-d"                     "delete-forward"
29 \bind "C-e"                     "line-end"
30 \bind "C-f"                     "char-forward"
31 \bind "C-g"                     "cancel"
32
33 # help in emacs
34 \bind "C-h"                    "hyphenation-point-insert" 
35 \bind "C-i"                    "hfill-insert"
36 #bind "C-j"                    "------"
37 \bind "C-k"                    "line-delete-forward"
38 \bind "C-l"                    "screen-recenter"
39 \bind "C-m"                    "mark-toggle"
40 \bind "C-n"                    "down"
41 \bind "C-o"                    "open-stuff"
42 \bind "C-p"                    "up"
43
44 # this is "quoted-insert" a total different meaning from "quote-insert"
45 \bind "C-q"                    "quote-insert"
46 #bind "C-r"                    "------"
47 \bind "C-s"                    "find-replace"
48 \bind "M-~S-percent"            "find-replace"
49
50 # should be "chars-transpose" (swaps two chars)
51 #bind "C-t"                    "------"
52
53 # universal argument in emacs
54 \bind "C-u"                    "font-underline"
55
56 # better name would be "scroll-up" as in emacs
57 \bind "C-v"                    "screen-down"
58
59 \bind "C-w"                    "cut"
60 #bind "C-x"                    "------"
61 \bind "C-y"                    "paste"
62 \bind "C-S-Y"                  "layout-paste"
63
64 #should be "lyx-iconify"
65 #bind "C-z"                    "------"
66
67 \bind "C-~S-slash"             "undo"
68 \bind "C-~S-underscore"        "undo"
69
70 \bind "S-C-quotedbl"           "quote-insert"
71
72 \bind "C-x a"                  "buffer-auto-save"
73 #\bind "C-x b"                  "buffer-previous"
74 \bind "C-x c"                  "lyx-quit"
75 \bind "C-x d"                  "buffer-new"
76 \bind "C-x g"                  "buffer-view-ps"
77 \bind "C-x k"                  "buffer-close"
78 \bind "C-x p"                  "buffer-view"
79 \bind "C-x r"                  "buffer-typeset"
80 # Should have been "buffer-write-some"
81 # \bind "C-x s"                  "buffer-write"
82 \bind "C-x t"                  "buffer-typeset"
83 \bind "C-x u"                  "undo"
84 \bind "C-x v h"                "vc-history"
85 \bind "C-x v v"                "vc-check-in"
86 \bind "C-x v u"                "vc-revert"
87 \bind "C-x v c"                "vc-undo-last"
88 \bind "C-x v i"                "vc-register"
89 \bind "C-x bracketleft"        "screen-up"
90 \bind "C-x bracketright"       "screen-down"
91 \bind "C-x C-a"                "buffer-auto-save"
92 \bind "C-x C-b"                "menu-open Documents"
93 \bind "C-x C-c"                "lyx-quit"
94 \bind "C-x C-d"                "buffer-new"
95 \bind "C-x C-f"                "buffer-open"
96 \bind "C-x C-g"                "buffer-view-ps"
97 \bind "C-x C-p"                "buffer-view"
98 \bind "C-x C-q"                "buffer-toggle-read-only"
99 #\bind "C-x C-r"                "buffer-typeset"
100 \bind "C-x C-s"                "buffer-write"
101 \bind "C-x C-t"                "buffer-typeset"
102
103
104 # this is "upcase-region" in emacs
105 #\bind "C-x C-u"                "undo"
106 \bind "C-x C-w"                "buffer-write-as"
107
108 #bind "C-1"                    "------"
109 #bind "C-2"                    "------"
110 #bind "C-3"                    "------"
111 #bind "C-4"                    "------"
112 #bind "C-5"                    "------"
113 #bind "C-6"                    "------"
114 #bind "C-7"                    "------"
115 #bind "C-8"                    "------"
116 #bind "C-9"                    "------"
117 #bind "C-0"                    "------"
118
119 #bind "F1"                     "help"                          # Not yet implemented!
120 #bind "C-F1"                   "help-context"                  # Not yet implemented!
121 #\bind "F2"                     "buffer-write"
122 #\bind "F3"                     "buffer-open"
123 #bind "F4"                     "------"
124 #bind "F5"                     "------"
125 #bind "F6"                     "------"
126 #bind "F7"                     "------"
127 #bind "F8"                     "------"
128 #bind "F9"                     "------"
129 #bind "F10"                    "------"
130
131 \bind "M-x"                     "command-execute"
132
133
134 #
135 # Motion group
136 #
137
138 \bind "C-Right"                "word-forward"
139 \bind "C-Left"                 "word-backward"
140 \bind "C-Up"                   "paragraph-up"
141 \bind "C-Down"                 "paragraph-down"
142 \bind "Home"                   "buffer-begin"
143 \bind "End"                    "buffer-end"
144
145 \bind "C-~S-greater"            "reference-goto"
146 \bind "C-~S-less"               "reference-back"
147
148
149 # The below are xemacs bindings
150 #\bind "Home"                   "line-begin"
151 #\bind "End"                    "line-end"
152 #\bind "C-Home"                 "buffer-begin"
153 #\bind "C-End"                  "buffer-end"
154
155
156 #
157 # Motion + select group
158 #
159
160 \bind "S-Right"                "forward-select"
161 \bind "S-Left"                 "backward-select"
162 \bind "S-C-F"                  "forward-select"
163 \bind "S-C-B"                  "backward-select"
164 \bind "S-Up"                   "up-select"
165 \bind "S-Down"                 "down-select"
166 \bind "S-C-Right"              "word-forward-select"
167 \bind "S-C-Left"               "word-backward-select"
168 \bind "S-C-A"                  "line-begin-select"
169 \bind "S-C-E"                  "line-end-select"
170 \bind "S-C-Up"                 "paragraph-up-select"
171 \bind "S-C-Down"               "paragraph-down-select"
172 \bind "S-Home"                 "buffer-begin-select"
173 \bind "S-End"                  "buffer-end-select"               
174 \bind "S-Prior"                "screen-up-select"
175 \bind "S-Next"                 "screen-down-select"
176 \bind "S-C-Home"               "buffer-begin-select"
177 \bind "S-C-End"                "buffer-end-select"
178
179
180 #
181 # Edit group
182 #
183
184 \bind "C-Delete"                "word-delete-forward"
185 \bind "M-d"                     "word-delete-forward"
186 \bind "C-BackSpace"             "word-delete-backward"
187 \bind "M-Return"                "break-paragraph-keep-layout"
188 \bind "C-Return"                "break-line"
189 \bind "C-space"                 "protected-space-insert"
190 \bind "C-period"                "end-of-sentence-period-insert"
191 \bind "M-period"                "dots-insert"
192 \bind "M-w"                     "copy"
193 \bind "M-S-W"                   "layout-copy"
194 \bind "Escape"                  "meta-prefix"
195
196
197
198 # Include menu and math bindings
199
200 \bind_file menus.bind
201 \bind_file math.bind