From b1c5388ba2eae11a756bd9d708395de269aa2f08 Mon Sep 17 00:00:00 2001 From: Andrew Lyu Date: Tue, 18 Sep 2018 15:04:49 +0800 Subject: [PATCH] Proof: Turn your vi editor into a productivity powerhouse --- ... your vi editor into a productivity powerhouse.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/translated/tech/20180903 Turn your vi editor into a productivity powerhouse.md b/translated/tech/20180903 Turn your vi editor into a productivity powerhouse.md index e1bbd55920..e2e209017f 100644 --- a/translated/tech/20180903 Turn your vi editor into a productivity powerhouse.md +++ b/translated/tech/20180903 Turn your vi editor into a productivity powerhouse.md @@ -1,5 +1,3 @@ - - 增强 Vim 编辑器,提高编辑效率 ====== @@ -27,11 +25,11 @@ * 首先,[安装 gvim][1] * 打开 `gvim` - * 单击 `编辑` -> `启动设置`,打开 `.vimrc` 文件 - * 复制本文最后的 `选项列表` 粘贴到 `.vimrc` 文件 + * 单击 `编辑` -> `启动设置`,打开 `_vimrc` 文件 + * 复制本文最后的 `选项列表` 粘贴到 `_vimrc` 文件 * 单击 `文件` -> `保存` -译者注:此处应注意不要使用 `Windows` 自带的记事本编辑该 `.vimrc` 文件。 +译者注:此处应注意不要使用 `Windows` 自带的记事本编辑该 `_vimrc` 文件。 下面,我们将深入研究提高 `Vim` 编辑效率的选项。主要分为以下几类: @@ -348,9 +346,9 @@ via: https://opensource.com/article/18/9/vi-editor-productivity-powerhouse 作者:[Girish Managoli][a] 选题:[lujun9972](https://github.com/lujun9972) 译者:[idea2act](https://github.com/idea2act) -校对:[校对者ID](https://github.com/校对者ID) +校对:[apemost](https://github.com/apemost) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 [a]: https://opensource.com/users/gammay -[1]: https://www.vim.org/download.php#pc \ No newline at end of file +[1]: https://www.vim.org/download.php#pc