From e49c41adf9cdf783311080599659d0ae7f7ea3a2 Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Wed, 18 May 2016 16:59:38 +1000 Subject: [PATCH] Add make-frame shortcut, SPC w F Placed it under the `SPC w` prefix since the related `other-frame` is set to `SPC w o`. Signed-off-by: JP-Ellis --- doc/DOCUMENTATION.org | 1 + layers/+distribution/spacemacs-base/keybindings.el | 1 + 2 files changed, 2 insertions(+) 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