From c86b6e8bea5c757216b9549928f4847e3e7cc082 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 9 Sep 2019 22:29:53 -0400 Subject: [PATCH] emacs: exwm: tweak simulation keys --- .emacs.d/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4102df0..6cec829 100644 --- 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 -- 2.20.1