Closed MarcoIeni closed 4 years ago
What about nnoremap <leader>wS <C-w>s<C-w>j
?
This is partially solved by #6 , the problem is that it does not work when you have more than two windows.
you press SPC w V
The expected behavior is that the focus goes to the window in the center.
This should be related to this ideavim issue, so I close this issue, since I think we cannot solve it completely for now.
If someone has additional thoughts on this, please add a comment even if the issue is closed. Thanks.
All the actions prefixed with
VimWindow
do not work anymore. I fixed almost all the actions underSPC w
by replacingVimWindow
actions with vim keys, for exampleVimWindowDown
was replaced with<C-w>j
.The problem is with
SPC w S
andSPC w V
.https://github.com/MarcoIeni/intelli-space/blob/c0e2853a9526c202fe84cb29628cac3ff5dcc2f4/spacemacs/windows.vim#L51-L57
When I replace them with the following code it doesn't work.