diff options
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index eb0606a..6609f96 100644 --- 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 |