mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Merge pull request #138 from rgulewich/vim-code-link
Fix link to vim source
This commit is contained in:
commit
52cdd584c1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ nmap <C-i> :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 (`" ...`).
|
||||
|
|
|
|||
Loading…
Reference in a new issue