Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
42ac3301
Commit
42ac3301
authored
Sep 14, 2007
by
Dan Nicolaescu
Browse files
(terminal-init-xterm): Add C-M- bindings.
parent
b5883dcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/term/xterm.el
lisp/term/xterm.el
+12
-0
No files found.
lisp/ChangeLog
View file @
42ac3301
2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
* term/xterm.el (terminal-init-xterm): Add C-M- bindings.
2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-mtn.el: New file.
lisp/term/xterm.el
View file @
42ac3301
...
...
@@ -217,6 +217,13 @@
(
define-key
map
"\e[1;6F"
[C-S-end]
)
(
define-key
map
"\e[1;6H"
[C-S-home]
)
(
define-key
map
"\e[1;7A"
[C-M-up]
)
(
define-key
map
"\e[1;7B"
[C-M-down]
)
(
define-key
map
"\e[1;7C"
[C-M-right]
)
(
define-key
map
"\e[1;7D"
[C-M-left]
)
(
define-key
map
"\e[1;7F"
[C-M-end]
)
(
define-key
map
"\e[1;7H"
[C-M-home]
)
(
define-key
map
"\e[1;8A"
[C-M-S-up]
)
(
define-key
map
"\e[1;8B"
[C-M-S-down]
)
(
define-key
map
"\e[1;8C"
[C-M-S-right]
)
...
...
@@ -256,6 +263,11 @@
(
define-key
map
"\e[5;6~"
[C-S-prior]
)
(
define-key
map
"\e[6;6~"
[C-S-next]
)
(
define-key
map
"\e[2;7~"
[C-M-insert]
)
(
define-key
map
"\e[3;7~"
[C-M-delete]
)
(
define-key
map
"\e[5;7~"
[C-M-prior]
)
(
define-key
map
"\e[6;7~"
[C-M-next]
)
(
define-key
map
"\e[2;8~"
[C-M-S-insert]
)
(
define-key
map
"\e[3;8~"
[C-M-S-delete]
)
(
define-key
map
"\e[5;8~"
[C-M-S-prior]
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment