jasonwilliams / vscode-helix

MIT License
167 stars 8 forks source link

Missing fundamental keybindings #9

Closed chapmandu closed 7 months ago

chapmandu commented 8 months ago

Hey Jason,

Great work getting this project underway. If I'm not mistaken, there are some fundamental commands that I've noticed aren't present in normal mode.

y = yank
p = paste
u = undo
> = indent
< = outdent

There may be more, but I'm still getting up to speed with Helix.. TIA

jasonwilliams commented 8 months ago

Undo should be supported but the rest need adding, thanks for raising

jasonwilliams commented 8 months ago

indent and outdent are added in the latest release

jasonwilliams commented 7 months ago

Closing this as all those features are either added or partially added https://github.com/jasonwilliams/vscode-helix/releases/tag/v0.6.0