diff --git a/doc/DOCUMENTATION.org b/doc/DOCUMENTATION.org index 9bed98ee1..cf7292f11 100644 --- a/doc/DOCUMENTATION.org +++ b/doc/DOCUMENTATION.org @@ -1751,6 +1751,7 @@ Windows manipulation commands (start with ~w~): | ~SPC w D~ | delete another window using [[https://github.com/abo-abo/ace-window][ace-delete-window]] | | ~SPC w t~ | toggle window dedication (dedicated window cannot be reused by a mode) | | ~SPC w f~ | toggle follow mode | +| ~SPC w F~ | create new frame | | ~SPC w h~ | move to window on the left | | ~SPC w H~ | move window to the left | | ~SPC w j~ | move to window below | diff --git a/layers/+distribution/spacemacs-base/keybindings.el b/layers/+distribution/spacemacs-base/keybindings.el index 661918b09..152fe9770 100644 --- a/layers/+distribution/spacemacs-base/keybindings.el +++ b/layers/+distribution/spacemacs-base/keybindings.el @@ -345,6 +345,7 @@ "wd" 'delete-window "wt" 'spacemacs/toggle-current-window-dedication "wf" 'follow-mode + "wF" 'make-frame "wH" 'evil-window-move-far-left "w " 'evil-window-move-far-left "wh" 'evil-window-left