本文主要是介绍安卓termux mosh配置nvim远程开发,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
nvim没有颜色解决
True color support is not in 1.3.2, or any release, yet. You need to install Mosh from Git master, on both client and server. Fortunately this is really easy for both macOS and Ubuntu, use brew install --HEAD mosh
and the Ubuntu PPAs.
ubuntu添加PPA然后安装最新mosh,客户端和服务端都要
首先安装F-drod
https://f-droid.org/en/packages/com.termux
安装termux和termux:style
之后点击termux对话框->more->style ,换个nerd字体,
apt update
pkg install openssl
pkg install ssh
pkg install mosh
然后配置下ssh-copy-id 就是免密然后mosh name@server.com
然后就能流畅的在安卓上远程开发l
这篇关于安卓termux mosh配置nvim远程开发的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!