HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krobelus

no profile record

Submissions

Kakoune Editor Release 2024.05.09

github.com
2 points·by krobelus·2 lata temu·0 comments

comments

krobelus
·4 miesiące temu·discuss
these have been fixed as of 4.4.0
krobelus
·w zeszłym roku·discuss
Kakoune has network-transparency - you can run the editor server on a remote system and run editor clients locally, communicating only via Unix socket.
krobelus
·w zeszłym roku·discuss
> You can effectively run whole development (LSP, docker, compiler, files) on remote like it is on your local machine.

the same is possible with any other editor that implements a client/server model, and it can be done without giving the server the ability to execute code on the client
krobelus
·2 lata temu·discuss
Amazing project, very useful
krobelus
·2 lata temu·discuss
you're probably using an old version
krobelus
·2 lata temu·discuss
https://news.ycombinator.com/item?id=26507205
krobelus
·2 lata temu·discuss
I use git autofixup; it was much better than git absorb last time I checked

> it doesn’t say anything when there was no match

that's what it should do

> it can be quite slow as things grown

How? All the slowness (on large repos) I've seen has been fixed.