HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krobelus

no profile record

Submissions

Kakoune Editor Release 2024.05.09

github.com
2 points·by krobelus·hace 2 años·0 comments

comments

krobelus
·hace 4 meses·discuss
these have been fixed as of 4.4.0
krobelus
·el año pasado·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
·el año pasado·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
·hace 2 años·discuss
Amazing project, very useful
krobelus
·hace 2 años·discuss
you're probably using an old version
krobelus
·hace 2 años·discuss
https://news.ycombinator.com/item?id=26507205
krobelus
·hace 2 años·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.