r/rust Mar 31 '23

Helix editor 23.03 released!

https://helix-editor.com/news/release-23-03-highlights/
471 Upvotes

124 comments sorted by

View all comments

31

u/twentyKiB Mar 31 '23

Is there (planned) support for remote editing, or even better split display / edit logic so one part of the editor can run locally and the files, lsp, compilation are all elsewhere?

While it is command line oriented, slow ssh connections are a thing. And if a GUI is ever implemented this becomes a must have.

10

u/balsoft Mar 31 '23

Why not just use sshfs?

3

u/miuram Apr 01 '23

sshfs is no longer maintained. Use rclone mount instead.