ubuntu 命令行编辑器 是nano,这个编辑器其实还不错,只不过用惯了vi,不太习惯。 而它自带的vim是tiny版本,我个人也用不惯。 所以需要做一下配置。
sudo apt install vim sudo update-alternatives --config editor There are 4 choices for the alternative editor (providing /usr/bin/editor). Selection Path Priority Status ------------------------------------------------------------ 0 /bin/nano 40 auto mode 1 /bin/ed -100 manual mode 2 /bin/nano 40 manual mode * 3 /usr/bin/vim.basic 30 manual mode 4 /usr/bin/vim.tiny 15 manual mode Press <enter> to keep the current choice[*], or type selection number: 3Terminator 是我目前用过很好用的一个terminal,建议使用。
支持窗口内各种分屏,组合。配色也很好 sudo apt install terminator