Add more Emacs-buffer-like simulation keys for EXWM

This commit is contained in:
Camden Dixie O'Brien 2021-01-01 00:00:33 +00:00
parent cc4824cf8d
commit 9b3e1689de

View File

@ -538,6 +538,19 @@ needs to be set up to install them if they aren't already.
(start-process-shell-command "xrandr" nil xrandr-command))))
#+end_src
*** Extra Simulation Keys
The ones provided by the default are very nice, but I also want to
use =C-w=, =M-w= and =C-y= for cut, copy and paste and =C-s= for
searching. This is done by setting [[help:exwm-input-simulation-keys][exwm-input-simulation-keys]]
#+begin_src emacs-lisp
(nconc exwm-input-simulation-keys
(list (cons (kbd "C-w") (kbd "C-x"))
(cons (kbd "M-w") (kbd "C-c"))
(cons (kbd "C-y") (kbd "C-v"))
(cons (kbd "C-s") (kbd "C-f"))))
#+end_src
** Mode Line
*** Clock
The time is a useful thing to know... and 12-hour clock is for