mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Update README.md
This commit is contained in:
parent
10d3c3c464
commit
ba94e13835
1 changed files with 2 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Obsidian Vimrc Support Plugin
|
||||
|
||||
> [!IMPORTANT]
|
||||
> In Obsidian 1.7.2 and beyond, `<CR>` needs to be added for normal mode mappings, e.g. `nmap <F9> :nohl<CR>` instead of `nmap <F9> :nohl`.
|
||||
> In Obsidian 1.7.2 and beyond, `<CR>` needs to be added for normal mode Ex command mappings, e.g. `nmap <F9> :nohl<CR>` instead of `nmap <F9> :nohl` (similarly to "real" Vim).
|
||||
> This is due to a breaking change in the underlying `codemirror-vim` library.
|
||||
> Normal mode movements, e.g. `map j gj`, remain as-is.
|
||||
|
||||
[](https://www.buymeacoffee.com/esm7)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue