johtela / vscode-modaledit

Configurable Modal Editing in VS Code
https://johtela.github.io/vscode-modaledit/docs/README.html
Other
89 stars 8 forks source link

Feature Request: Please give us a Helix Editor preset #29

Open blueray453 opened 2 years ago

blueray453 commented 2 years ago

Helix Editor is based on Kakoune, but seems to be more useful and closer to vscode. Please give us a helix.jsonc (like vim.jsonc).

blueray453 commented 2 years ago

For example, how can I delete three words using 3wd. Given if I only type 3w, it will only select three words. But afterwards, if I press d, it will delete the selected words.