summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/External.md11
-rw-r--r--doc/README.md3
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/External.md b/doc/External.md
new file mode 100644
index 0000000..0d983d5
--- /dev/null
+++ b/doc/External.md
@@ -0,0 +1,11 @@
+使用外部编辑器和图像预览器
+==========================
+FQTerm自带**外部编辑器(编辑->外部编辑器)**和一个图像预览器,但功能有限,其实我们可以设置FQTerm,使得我们可以使用自己喜欢的编辑器和图像预览器。
+
+外部编辑器
+----------
+在**选项->偏好**中找到**编辑器及运行参数**,在第一个框中填写编辑器的路径(如```emacs```或```/usr/bin/emacs```),按确定保存即可。然后按```Ctrl-Alt-E```看看效果。
+
+图像查看器
+----------
+在**选项->偏好**中找到**图像预览器**,填上你喜欢的图像预览器的名字(如```geeqie```)即可。
diff --git a/doc/README.md b/doc/README.md
new file mode 100644
index 0000000..7897432
--- /dev/null
+++ b/doc/README.md
@@ -0,0 +1,3 @@
+### FQTerm 使用指南
+
+- [外部编辑器和图像查看器](External.md)