projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da0a48
)
emacs: exwm: add C-c C-c and C-c C-u simulation keys for urxvt
author
Amin Bandali
<bandali@gnu.org>
Fri, 6 Sep 2019 19:29:59 +0000
(15:29 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Fri, 6 Sep 2019 19:29:59 +0000
(15:29 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
eb0606a
..
6609f96
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-720,7
+720,8
@@
around if needed."
(cond
((string= exwm-class-name "URxvt")
(exwm-input-set-local-simulation-keys
- nil))
+ '(([?\C-c ?\C-c] . [?\C-c])
+ ([?\C-c ?\C-u] . [?\C-u]))))
((string= exwm-class-name "Abrowser")
(exwm-input-set-local-simulation-keys
`(,@exwm-input-simulation-keys