Fix control keys under emacs

This commit is contained in:
John Doty 2018-11-06 20:32:14 +00:00
parent c1ad9cd835
commit fb2240002d
3 changed files with 16 additions and 9 deletions

View file

@ -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.