diff --git a/README.md b/README.md index 5427712..1e10743 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Obsidian Vimrc Support Plugin > [!IMPORTANT] -> In Obsidian 1.7.2 and beyond, `` needs to be added for normal mode mappings, e.g. `nmap :nohl` instead of `nmap :nohl`. +> In Obsidian 1.7.2 and beyond, `` needs to be added for normal mode Ex command mappings, e.g. `nmap :nohl` instead of `nmap :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. [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/esm7)