Merge pull request #3992 from rushsteve1/tear-off

Bind C-w T / SPC w T to tear-off-window
This commit is contained in:
Henrik Lissner 2020-10-04 20:04:45 -04:00 committed by GitHub
commit 7b56a5310a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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