Add directional editor moving bindings#61
Add directional editor moving bindings#61marcoieni merged 1 commit intoVSpaceCode:developfrom joelpet:patch-1
Conversation
|
Ah, so this is similar with the pre @marcoieni, what do you think? |
|
This is awesome. |
These key bindings where proposed in pull request #61. I add them to the vscode-vim branch, too.
|
Thanks @joelpet Can you add the change to the CHANGLOG and change the merging branch to develop? I kind of want to release this with |
Add bindings for moving the active editor into other editor groups, either above, below, to its left, or to its right.
|
I didn't know you can change branches, nice. |
I used the title that's shown in the |
|
Ok, I accepted your PR 😄 Thank you so much for contributing to VSpaceCode 🚀 |
No problem. Thank you for building and maintaining it! 🚀 |
Add bindings for moving the active editor into other editor groups, either above, below, to its left, or to its right.
This is a suggestion to add bindings similar to
<SPC w H/J/K/L>for moving the active editor into other editor groups.