Helix emulator for VSCode #2975
Replies: 10 comments 3 replies
-
Not at the moment. Converting this to a discussion since there's nothing actionable for us to resolve |
Beta Was this translation helpful? Give feedback.
-
aching for helix emulator in JetBrains |
Beta Was this translation helpful? Give feedback.
-
Here is one, but it appears not to work properly yet. A good start though? https://marketplace.visualstudio.com/items?itemName=GarlandCrow.vscode-helix |
Beta Was this translation helpful? Give feedback.
-
If only an extension that could configure as many states and keybindings to commands as you'd like, then integrating helix/vim/kak would just be using a config file... |
Beta Was this translation helpful? Give feedback.
-
I am currently using: https://github.com/DCsunset/vscode-modal-editor Here is my config: https://gist.github.com/anthonyjclark/1de4882c13ffd3c61863bc657557253e It started out much more Helix-like, but it has diverged a bit to better suit my needs. |
Beta Was this translation helpful? Give feedback.
-
I think i saw this mentioned before somewhere: https://github.com/Silverquark/dance Its a fork of a kakoune inspired plugin with the goal to make it more helix-like. |
Beta Was this translation helpful? Give feedback.
-
old and someone here may have even written this but i use this: just for debugging :D |
Beta Was this translation helpful? Give feedback.
-
Yes, there is a plug-in which is based on Kakoune and hence very similar to Helix's movements - it's called Dance. https://marketplace.visualstudio.com/items?itemName=gregoire.dance EDIT I've seen others in this thread suggest Dance forks that might be more helix-like, I can't remember the correct fork since I'm not using VSCode anymore. |
Beta Was this translation helpful? Give feedback.
-
Hey all, I’ve made a helix emulator for VS Code here, it emulates most of the keybindings but there’s still a few gaps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any helix extension (emulator) for VSCode. So that, in command mode it will act like helix but once you enter Insert mode it will be a completely vanilla VSCode experience.
Something like -
https://marketplace.visualstudio.com/items?itemName=vscodevim.vim
Or,
https://marketplace.visualstudio.com/items?itemName=jpotterm.simple-vim
https://github.com/71/dance
https://github.com/reykjalin/kakoune-mode
https://marketplace.visualstudio.com/items?itemName=johtela.vscode-modaledit
Beta Was this translation helpful? Give feedback.
All reactions