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:
parent
1456108d5b
commit
84f26e287b
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