Add some useful key bindings
* exwm-core.el (exwm--floating-mode-line-format, exwm--mode-line-format) (exwm-mode-map): * exwm-floating.el (exwm-floating-hide-mode-line) (exwm-floating-show-mode-line): * exwm-layout.el (exwm-layout-hide-mode-line, exwm-layout-show-mode-line) (exwm-layout-toggle-mode-line): Allow hide/show mode-line for all `exwm-mode' buffers with 'C-c M'. * exwm-config.el (exwm-config-default): Add simulation keys for 'C-d' and 'C-k'.
This commit is contained in:
parent
3d643fafbe
commit
e2edf81271
4 changed files with 49 additions and 33 deletions
|
|
@ -55,7 +55,9 @@
|
|||
([?\C-a] . home)
|
||||
([?\C-e] . end)
|
||||
([?\M-v] . prior)
|
||||
([?\C-v] . next)))
|
||||
([?\C-v] . next)
|
||||
([?\C-d] . delete)
|
||||
([?\C-k] . (S-end delete))))
|
||||
;; Enable EXWM
|
||||
(exwm-enable)
|
||||
;; Configure Ido
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue