HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Acur

no profile record

comments

Acur
·vor 5 Monaten·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
·vor 4 Jahren·discuss
Space b for buffert list. Ctrl-n, Ctrl-p to navigate the list.
Acur
·vor 4 Jahren·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
·vor 4 Jahren·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.