From 4e11d196b6a451f53ab7239ec4f8581d7d0ce5a7 Mon Sep 17 00:00:00 2001 From: crud <1205611509@qq.com> Date: Thu, 26 Jan 2023 13:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E8=BF=99=E4=B8=AA=E2=80=9D=E4=B8=8D?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=8C=85=E5=90=AB=E5=9C=A8=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=87=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/必学工具/Vim.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/必学工具/Vim.md b/docs/必学工具/Vim.md index add8313a..d4c3b168 100644 --- a/docs/必学工具/Vim.md +++ b/docs/必学工具/Vim.md @@ -32,7 +32,7 @@ MacOS 系统提供了重映射键位的[设置](https://vim.fandom.com/wiki/Map_ 但更佳的做法是同时将 CapsLock 映射为 Ctrl 和 Esc,点按为 Esc,按住为 Ctrl。 Windows 系统下,这个[AutoHotKey gist](https://gist.github.com/sedm0784/4443120) 实现了这个功能。 -MacOS 可以导入[这个 karabiner rule](https://ke-complex-modifications.pqrs.org/#caps_lock_tapped_escape_held_left_control) 重映射。 +MacOS 可以导入这个[karabiner rule](https://ke-complex-modifications.pqrs.org/#caps_lock_tapped_escape_held_left_control) 重映射。 ## 推荐参考资料