Fix control keys under emacs
This commit is contained in:
parent
c1ad9cd835
commit
fb2240002d
3 changed files with 16 additions and 9 deletions
|
|
@ -233,8 +233,9 @@
|
|||
"Apply xterm keymap, allowing use of keys passed through tmux."
|
||||
(if (getenv "TMUX")
|
||||
(let ((map (copy-keymap xterm-function-map)))
|
||||
(set-keymap-parent map (keymap-parent input-decode-map))
|
||||
(set-keymap-parent input-decode-map map))))
|
||||
(message "Activating tmux keys...")
|
||||
(set-keymap-parent map (keymap-parent input-decode-map))
|
||||
(set-keymap-parent input-decode-map map))))
|
||||
|
||||
;; =================================================================
|
||||
;; Random Goo.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue