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