projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
e587ce7
)
emacs: exwm: tweak simulation keys
author
Amin Bandali
<bandali@gnu.org>
Tue, 10 Sep 2019 02:29:53 +0000
(22:29 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 10 Sep 2019 02:29:53 +0000
(22:29 -0400)
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
4102df0
..
6cec829
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-722,13
+722,13
@@
around if needed."
([?\C-y] . [?\C-v])
([?\M-d] . [C-S-right ?\C-x])
([?\M-\d] . [C-S-left ?\C-x])
- ;; search
- ([?\C-s] . [?\C-f])
- ;; escape
- ([?\C-g] . [escape])
;; window
([?\s-w] . [?\C-w])
- ([?\s-q] . [?\C-q]))))
+ ([?\s-q] . [?\C-q])
+ ;; misc
+ ([?\C-s] . [?\C-f])
+ ([?\s-s] . [?\C-s])
+ ([?\C-g] . [escape]))))
(use-feature exwm-manage
:demand