mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add keybinding for tear-off-window
Added they Evil keybinding `SPC w T` for `tear-off-window` since that is a fairly useful windowing function.
This commit is contained in:
@ -512,7 +512,8 @@ directives. By default, this only recognizes C directives.")
|
||||
"o" #'doom/window-enlargen
|
||||
;; Delete window
|
||||
"d" #'evil-window-delete
|
||||
"C-C" #'ace-delete-window)
|
||||
"C-C" #'ace-delete-window
|
||||
"T" #'tear-off-window)
|
||||
|
||||
;; text objects
|
||||
:textobj "a" #'evil-inner-arg #'evil-outer-arg
|
||||
|
Reference in New Issue
Block a user