Fix s-q on macos for non-evil users
There's no guarantee evil-quit-all will be defined.
This commit is contained in:
parent
b085dd8180
commit
6da148e928
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@
|
|||
"s-W" #'delete-frame
|
||||
"s-n" #'+default/new-buffer
|
||||
"s-N" #'make-frame
|
||||
"s-q" (if (daemonp) #'delete-frame #'evil-quit-all)
|
||||
"s-q" (if (daemonp) #'delete-frame #'save-buffers-kill-terminal)
|
||||
;; Restore OS undo, save, copy, & paste keys (without cua-mode, because
|
||||
;; it imposes some other functionality and overhead we don't need)
|
||||
"s-z" #'undo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue