HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Acur

no profile record

comments

Acur
·5 months ago·discuss
Really nice terminal.

Unfortunately scrolling in terminal apps via mouse wheel seems to be broken (on release and main branch), which is currently a blocker for me. Hope this will be fixed soon.
Acur
·4 years ago·discuss
Space b for buffert list. Ctrl-n, Ctrl-p to navigate the list.
Acur
·4 years ago·discuss
The fastest way to do this in Helix would be `t<Enter>d`.

edit: Paragraph and other object movement/selection is done by the `[`, `]` menu. `]p` for the next paragraph. Surrounds are done by the `m` menu.
Acur
·4 years ago·discuss
The language server should work by just having rust-analyzer in you path. You can check with 'hx --health rust'.

It also only works on Rust projects, not single files. You have to open helix with the path to the project folder for it to work.