1. 程式人生 > >Ask HN: What tools do you use to program on remote machines?

Ask HN: What tools do you use to program on remote machines?

I use Vim. With Vim 8+, theres a terminal command, :term, that works well. You may have to build from source because most package managers have older versions of Vim.

I use `mosh`, https://mosh.org, for keeping connections alive.

The combination of the two makes working on remote machines a breeze.