Fix evil-window "c" binding
Instead of relying on the optional ":ui workspaces" feature, the built-in evil-window-delete is used. ":ui workspaces" remaps the evil-window-delete already, so no functionality is lost for users of that feature. Fixes https://github.com/hlissner/doom-emacs/issues/1640.
This commit is contained in:
parent
f754d4ff93
commit
15161c9f46
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@
|
||||||
"C-r" #'winner-redo
|
"C-r" #'winner-redo
|
||||||
"o" #'doom/window-enlargen
|
"o" #'doom/window-enlargen
|
||||||
;; Delete window
|
;; Delete window
|
||||||
"c" #'+workspace/close-window-or-workspace
|
|
||||||
"C-C" #'ace-delete-window)
|
"C-C" #'ace-delete-window)
|
||||||
|
|
||||||
;; Plugins
|
;; Plugins
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue