HackerTrans
TopNewTrendsCommentsPastAskShowJobs

krobelus

no profile record

Submissions

Kakoune Editor Release 2024.05.09

github.com
2 points·by krobelus·2년 전·0 comments

comments

krobelus
·4개월 전·discuss
these have been fixed as of 4.4.0
krobelus
·작년·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
·작년·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년 전·discuss
Amazing project, very useful
krobelus
·2년 전·discuss
you're probably using an old version
krobelus
·2년 전·discuss
https://news.ycombinator.com/item?id=26507205
krobelus
·2년 전·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.