added follow mode key binding

This commit is contained in:
JAremko 2016-01-23 01:51:43 +02:00 committed by Eivind Fonn
parent efaef81ca5
commit 574dffbeeb
2 changed files with 2 additions and 0 deletions

View File

@ -1512,6 +1512,7 @@ Windows manipulation commands (start with ~w~):
| ~SPC w c~ | close a window |
| ~SPC w C~ | delete another window using [[https://github.com/abo-abo/ace-window][ace-delete-window]] |
| ~SPC w d~ | toggle window dedication (dedicated window cannot be reused by a mode) |
| ~SPC w f~ | toggle follow mode |
| ~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

@ -295,6 +295,7 @@
"wb" 'spacemacs/switch-to-minibuffer-window
"wc" 'delete-window
"wd" 'spacemacs/toggle-current-window-dedication
"wf" 'follow-mode
"wH" 'evil-window-move-far-left
"w <S-left>" 'evil-window-move-far-left
"wh" 'evil-window-left