Merge pull request #3992 from rushsteve1/tear-off
Bind C-w T / SPC w T to tear-off-window
This commit is contained in:
commit
7b56a5310a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue