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 <josh@jpellis.me>
This commit is contained in:
JP-Ellis 2016-05-18 16:59:38 +10:00 committed by syl20bnr
parent 10d2dce0be
commit e49c41adf9
2 changed files with 2 additions and 0 deletions

View File

@ -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 |

View File

@ -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 <S-left>" 'evil-window-move-far-left
"wh" 'evil-window-left