File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
src/content/docs/general/preparation/text-editor Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : Nano
3+ ---
4+
5+ ![ ] ( _assets/nano展示.png )
6+
7+ 官网链接:https://www.nano-editor.org/
8+
9+ Nano 是一个简单易用的命令行文本编辑器,非常适合 Linux 初学者使用。如果你不会用 Vim 可以尝试使用 Nano。
10+
11+ 使用 ` nano 文件名 ` 打开一个已有文件或创建一个新文件,打开后即可直接开始编辑。编辑完成后,按下 ` Ctrl+O ` 保存文件(会提示确认文件名),然后按 ` Ctrl+X ` 退出编辑器。如果文件尚未保存,Nano 会提醒你是否保存。~~ 十分甚至九分的温馨。~~
12+
13+ Nano 的所有常用操作都显示在屏幕底部,例如 ` ^G ` 表示 ` Ctrl+G ` 可获取帮助,` ^X ` 退出等。你还可以使用 ` Ctrl+W ` 搜索文本,` Ctrl+K ` 剪切行,` Ctrl+U ` 粘贴,~~ 十分甚至九分的方便。~~
14+
15+ Nano 是自由软件,遵循 GNU 通用公共许可证发布。
Original file line number Diff line number Diff line change 44 order : 2
55---
66
7- ![ 官网图片] ( https://code.visualstudio.com/assets/home/home-screenshot-win-lg .png )
7+ ![ 官网图片] ( https://code.visualstudio.com/assets/docs/getstarted/getting-started/terminal-new-file .png )
88
9- 全能型文本编辑器,** 非常非常推荐** ,支持简体中文 / 繁体中文 / 英文,仅支持 ` Windows 10 + ` 。
9+ 全能型文本编辑器,** 非常非常推荐** ,支持简体中文 / 繁体中文 / 英文,支持 ` Windows 10 + ` , ` Linux ` 和 ` Mac ` 。
1010
1111缺点是启动速度可能不是很快,不过非常适合新手使用。(已经算是比较快的了。)
1212
You can’t perform that action at this time.
0 commit comments