Add more Emacs-buffer-like simulation keys for EXWM
This commit is contained in:
parent
cc4824cf8d
commit
9b3e1689de
13
config.org
13
config.org
@ -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))))
|
(start-process-shell-command "xrandr" nil xrandr-command))))
|
||||||
#+end_src
|
#+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
|
** Mode Line
|
||||||
*** Clock
|
*** Clock
|
||||||
The time is a useful thing to know... and 12-hour clock is for
|
The time is a useful thing to know... and 12-hour clock is for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user