mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
Minor edits.
This commit is contained in:
+3
-3
@@ -154,9 +154,9 @@
|
|||||||
?\M-:)
|
?\M-:)
|
||||||
exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
|
exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
|
||||||
)
|
)
|
||||||
exwm-input-global-keys '(([?\s-&] . (lambda (command)
|
exwm-input-global-keys '(([?\M-\s-7] . (lambda (command)
|
||||||
(interactive (list (read-shell-command "$ ")))
|
(interactive (list (read-shell-command "$ ")))
|
||||||
(start-process-shell-command command nil command)))
|
(start-process-shell-command command nil command)))
|
||||||
;; splits
|
;; splits
|
||||||
([?\s-v] . evil-window-vsplit)
|
([?\s-v] . evil-window-vsplit)
|
||||||
([?\s-z] . evil-window-split)
|
([?\s-z] . evil-window-split)
|
||||||
|
|||||||
+3
-3
@@ -296,9 +296,9 @@ Emacs can be your window manager. You need to install the exwm package (make su
|
|||||||
?\M-:)
|
?\M-:)
|
||||||
exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
|
exwm-input-simulation-keys '(([?\s-F] . [?\C-f])
|
||||||
)
|
)
|
||||||
exwm-input-global-keys '(([?\s-&] . (lambda (command)
|
exwm-input-global-keys '(([?\M-\s-7] . (lambda (command)
|
||||||
(interactive (list (read-shell-command "$ ")))
|
(interactive (list (read-shell-command "$ ")))
|
||||||
(start-process-shell-command command nil command)))
|
(start-process-shell-command command nil command)))
|
||||||
;; splits
|
;; splits
|
||||||
([?\s-v] . evil-window-vsplit)
|
([?\s-v] . evil-window-vsplit)
|
||||||
([?\s-z] . evil-window-split)
|
([?\s-z] . evil-window-split)
|
||||||
|
|||||||
Reference in New Issue
Block a user