From ef153c3182b24af43c5677295a3e6204606df1aa Mon Sep 17 00:00:00 2001 From: Rob Gulewich Date: Thu, 22 Sep 2022 13:13:15 -0700 Subject: [PATCH] Fix link to vim source --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a53ca7..892e342 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ nmap :forward ## Supported Commands The commands that can be used are whatever CodeMirror supports. -I couldn't find a formal list anywhere but you can look for `defaultExCommandMap` in [the source code](https://github.com/codemirror/CodeMirror/blob/master/keymap/vim.js), or play around with trying commands in Obsidian's Vim mode. +I couldn't find a formal list anywhere but you can look for `defaultExCommandMap` in [the source code](https://github.com/replit/codemirror-vim/blob/master/src/vim.js), or play around with trying commands in Obsidian's Vim mode. In addition to that: - The plugin skips blank lines and lines starting with Vimscript comments (`" ...`).