HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Acur

no profile record

コメント

Acur
·5 か月前·議論
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 年前·議論
Space b for buffert list. Ctrl-n, Ctrl-p to navigate the list.
Acur
·4 年前·議論
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 年前·議論
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.