打命令时,提示对应的但没有安装的 package。

sudo apt install command-not-found



执行这条命令,选择 Vim,以后凡是自动调用编辑器的地方,都会用 Vim。
sudo update-alternatives --config editor
 
 
Back to Top