Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
archseer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
archseer
1mo ago
Related: finding the same bug with TLA+ https://news.ycombinator.com/item?id=48730953
2.
▲
by
archseer
2y ago
https://github.com/helix-editor/helix/pull/12527
3.
▲
by
archseer
2y ago
Author here. I listen to feedback, but it's hard to incorporate every possible requested feature without the codebase becoming an unmaintainable mess. We're a small team with limited time and I've always emphasized that helix
4.
▲
by
archseer
3y ago
Yet.
5.
▲
by
archseer
3y ago
Splits are provided, tabs and terminals aren't. Diff mode is work in progress.
6.
▲
by
archseer
4y ago
https://www.mpscholten.de/docker/2016/01/27/you-are-most-lik...
7.
▲
by
archseer
4y ago
I think you're mistaken. See https://www.youtube.com/watch?v=3UAaky12REM for example.
8.
▲
by
archseer
4y ago
Both ZSTD and LZ4 were built by the same author. They have slightly different target goals: https://news.ycombinator.com/item?id=23211804
9.
▲
by
archseer
4y ago
There's also a dramatic video rendition by the author: https://youtube.com/watch?v=_lLm3a33WsE
10.
▲
by
archseer
4y ago
Thanks for the kind words! Fixed the link :)
11.
▲
by
archseer
4y ago
There's this config you might like: https://github.com/LGUG2Z/helix-vim We can't invert the bindings though (wd -> dw) because that would require a big internal change to add operator pending mode: When yo
12.
▲
by
archseer
4y ago
A tree-sitter grammar is slightly more complex but it has a bunch of benefits! Syntax highlighting is more correct, faster and a bunch of smart features like indentation and folding, bracket matching can be built on top of it.
13.
▲
by
archseer
4y ago
If the bindings were the same, then what's the point? We're not a "vim ported to rust", instead we got our own take on things. (from the vision doc: "Don't try to be everything for everyone. There are many grea
14.
▲
by
archseer
4y ago
1) there's a pull request that fixes this but needs a bit of polish ( https://github.com/helix-editor/helix/pull/1819 ) 3) There's also a discussion for this, we hoped to include it in this release bu
15.
▲
by
archseer
4y ago
Well it's similar in vim: if I press `d` accidentally and I don't notice, then any subsequent movement commands will start to modify the file. It's a bit more explicit in Helix since you'll see a visual selection being m
16.
▲
by
archseer
4y ago
Treating newlines as regular characters allows you to use them in motions: t<Enter> will select text until end of the line for example.
17.
▲
by
archseer
4y ago
That's probably because a lot of electron apps still run via Xwayland and you need to opt into ozone (chromium Wayland implementation)
18.
▲
by
archseer
4y ago
I think you mean elastic tab stops https://nickgravgaard.com/elastic-tabstops/
19.
▲
by
archseer
4y ago
Maybe you need to update your homebrew cache? https://formulae.brew.sh/formula/helix
20.
▲
by
archseer
4y ago
Does it matter? I used Rust to write it but I don't claim it's "blazingly fast". The post-modern tagline is a joke. https://news.ycombinator.com/item?id=33158035
21.
▲
by
archseer
4y ago
We're planning to support multiple frontend too. The terminal one is just the main client.
22.
▲
by
archseer
4y ago
> Helix cursor is bad and they refuse to fix it What? Our cursor matches the default vim one (always 1-width, always bar). If you want to change cursor shapes, there's a config option too https://github.com/helix-edi
23.
▲
by
archseer
4y ago
We're working on snippets! It'll take a while longer to get there though.
24.
▲
by
archseer
4y ago
Helix author here: I think the poster chose an unfortunate headline. 1) Helix was written to replace my neovim setup but is in fact kakoune inspired. 2) It's written in Rust but I don't draw focus to it precisely because RiiR/
25.
▲
by
archseer
4y ago
> it kind of falls apart I'd like to point out that the editor is barely a year old and I'm working on it entirely during my free time. It takes time to sort out all the issues and provide excellent support for all languages. I
26.
▲
by
archseer
4y ago
https://tailscale.com/blog/how-nat-traversal-works/
27.
▲
by
archseer
4y ago
I personally don't use GNOME either but I believe Linux isn't only used by JS developers.
28.
▲
by
archseer
4y ago
What a silly statement. That's like saying a Mac is an overpriced machine for developers that are forced to use Xcode. Different strokes for different folks.
29.
▲
by
archseer
5y ago
You can configure how many CPUs and memory to use under settings
30.
▲
by
archseer
5y ago
> something that was unknown to be unsafe The call they were using was deprecated and marked unsafe a while ago: https://github.com/solana-labs/solana/blob/7ba57e7a7c87fca96...
More ›