]> git.lyx.org Git - lyx.git/blob - lib/bind/emacs.bind
b967d2917861949866de2f09886c996a22243d11
[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 d"                  "buffer-new"
75 \bind "C-x g"                  "buffer-view ps"
76 \bind "C-x k"                  "buffer-close"
77 \bind "C-x p"                  "buffer-view dvi"
78 \bind "C-x r"                  "buffer-update dvi"
79 # Should have been "buffer-write-some"
80 # \bind "C-x s"                  "buffer-write"
81 \bind "C-x t"                  "buffer-update dvi"
82 \bind "C-x u"                  "undo"
83 \bind "C-x v h"                "vc-history"
84 \bind "C-x v v"                "vc-check-in"
85 \bind "C-x v u"                "vc-revert"
86 \bind "C-x v c"                "vc-undo-last"
87 \bind "C-x v i"                "vc-register"
88 \bind "C-x bracketleft"        "screen-up"
89 \bind "C-x bracketright"       "screen-down"
90 \bind "C-x C-a"                "buffer-auto-save"
91 \bind "C-x C-b"                "menu-open documents"
92 \bind "C-x C-c"                "lyx-quit"
93 \bind "C-x C-d"                "buffer-new"
94 \bind "C-x C-f"                "file-open"
95 \bind "C-x C-g"                "buffer-view ps"
96 \bind "C-x C-p"                "buffer-view dvi"
97 \bind "C-x C-q"                "buffer-toggle-read-only"
98 #\bind "C-x C-r"                "buffer-update dvi"
99 \bind "C-x C-s"                "buffer-write"
100 \bind "C-x C-t"                "buffer-update dvi"
101
102
103 # this is "upcase-region" in emacs
104 #\bind "C-x C-u"                "undo"
105 \bind "C-x C-w"                "buffer-write-as"
106
107 #bind "C-1"                    "------"
108 #bind "C-2"                    "------"
109 #bind "C-3"                    "------"
110 #bind "C-4"                    "------"
111 #bind "C-5"                    "------"
112 #bind "C-6"                    "------"
113 #bind "C-7"                    "------"
114 #bind "C-8"                    "------"
115 #bind "C-9"                    "------"
116 #bind "C-0"                    "------"
117
118 #bind "F1"                     "help"                          # Not yet implemented!
119 #bind "C-F1"                   "help-context"                  # Not yet implemented!
120 #\bind "F2"                     "buffer-write"
121 #\bind "F3"                     "file-open"
122 #bind "F4"                     "------"
123 #bind "F5"                     "------"
124 #bind "F6"                     "------"
125 #bind "F7"                     "------"
126 #bind "F8"                     "------"
127 #bind "F9"                     "------"
128 #bind "F10"                    "------"
129
130 \bind "M-x"                     "command-execute"
131
132
133 #
134 # Motion group
135 #
136
137 \bind "C-Right"                "word-forward"
138 \bind "C-Left"                 "word-backward"
139 \bind "C-Up"                   "paragraph-up"
140 \bind "C-Down"                 "paragraph-down"
141 \bind "Home"                   "buffer-begin"
142 \bind "End"                    "buffer-end"
143
144 \bind "C-~S-greater"            "reference-goto"
145 \bind "C-~S-less"               "bookmark-goto 0"
146 \bind "C-~S-1"                  "bookmark-goto 1"
147 \bind "C-~S-2"                  "bookmark-goto 2"
148 \bind "C-~S-3"                  "bookmark-goto 3"
149 \bind "C-M-~S-1"                "bookmark-save 1"
150 \bind "C-M-~S-2"                "bookmark-save 2"
151 \bind "C-M-~S-3"                "bookmark-save 3"
152
153 # The below are xemacs bindings
154 #\bind "Home"                   "line-begin"
155 #\bind "End"                    "line-end"
156 #\bind "C-Home"                 "buffer-begin"
157 #\bind "C-End"                  "buffer-end"
158
159
160 #
161 # Motion + select group
162 #
163
164 \bind "S-Right"                "forward-select"
165 \bind "S-Left"                 "backward-select"
166 \bind "S-C-F"                  "forward-select"
167 \bind "S-C-B"                  "backward-select"
168 \bind "S-Up"                   "up-select"
169 \bind "S-Down"                 "down-select"
170 \bind "S-C-Right"              "word-forward-select"
171 \bind "S-C-Left"               "word-backward-select"
172 \bind "S-C-A"                  "line-begin-select"
173 \bind "S-C-E"                  "line-end-select"
174 \bind "S-C-Up"                 "paragraph-up-select"
175 \bind "S-C-Down"               "paragraph-down-select"
176 \bind "S-Home"                 "buffer-begin-select"
177 \bind "S-End"                  "buffer-end-select"               
178 \bind "S-Prior"                "screen-up-select"
179 \bind "S-Next"                 "screen-down-select"
180 \bind "S-C-Home"               "buffer-begin-select"
181 \bind "S-C-End"                "buffer-end-select"
182
183
184 #
185 # Edit group
186 #
187
188 \bind "C-Delete"                "word-delete-forward"
189 \bind "M-d"                     "word-delete-forward"
190 \bind "C-BackSpace"             "word-delete-backward"
191 \bind "M-Return"                "break-paragraph-keep-layout"
192 \bind "C-Return"                "break-line"
193 \bind "C-space"                 "protected-space-insert"
194 \bind "C-period"                "end-of-sentence-period-insert"
195 \bind "M-period"                "dots-insert"
196 \bind "M-w"                     "copy"
197 \bind "M-S-W"                   "layout-copy"
198 \bind "Escape"                  "meta-prefix"
199
200
201
202 # Include menu and math bindings
203
204 \bind_file menus.bind
205 \bind_file math.bind