Skip to content

Commit

Permalink
Merge pull request #3992 from rushsteve1/tear-off
Browse files Browse the repository at this point in the history
Bind C-w T / SPC w T to tear-off-window
  • Loading branch information
hlissner committed Oct 5, 2020
2 parents 8dfefe8 + 84f26e2 commit 7b56a53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/editor/evil/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b56a53

Please sign in to comment.