Hacker Newsnew | past | comments | ask | show | jobs | submit | Acur's commentslogin

Space b for buffert list. Ctrl-n, Ctrl-p to navigate the list.


Thanks! I tried every key except space. Doh!


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.


Thanks, that's helpful.

I get it - so 't' is 'to' and enter is new line. Makes sense.

The menu under `[` looks good, but very code-focused and lacking sentences.

EDIT: I am finding it a bit weird to have 'go to's as different to movements. There isn't a distinction in vim, which is useful. I'm learning that 'ge' will take me to the end of file, but I can't do 'ged' to delete to there.


You can do vged. Currently ge takes you to the last line, but there is a change planned to take you to the absolute end.


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.


Yep thanks that does the trick.


Just checked. On my slightly dated laptop the import of these packages in Pluto takes 5 seconds with Julia 1.6. In general 1.6 is a huge improvements in compilation times and usability for me.


Julia (normally 1-based), Polynomials package:

    julia> using Polynomials
    julia> p = Polynomial([1, 0, 2])
    Polynomial(1 + 2*x^2)

    julia> p[0]
    1
As long as it is domain specific and wrapped in custom types I don't really see an issue.


This is from October. As far as I know the issue has long been resolved.


They replaced it with a custom renderer: https://www.factorio.com/blog/post/fff-230


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: