mirror of
https://github.com/esm7/obsidian-vimrc-support.git
synced 2026-07-22 05:00:25 +00:00
Documentation fix
This commit is contained in:
parent
ba94e13835
commit
ee5897383e
1 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
[](https://www.buymeacoffee.com/esm7)
|
||||
|
||||
This plugin loads a file of Vim commands from `VAULT_ROOT/.obsidian.vimrc`.
|
||||
This plugin loads a file of Vim commands from `path/to/VaultName/.obsidian.vimrc`.
|
||||
For users of the Obsidian.md Vim mode, this is very useful for making various settings (most notably keymaps) persist.
|
||||
|
||||
Note that this plugin is **not** the Vim support of Obsidian -- that support is built-in and you can perfectly use Obsidian in Vim mode without this plugin.
|
||||
|
|
@ -23,7 +23,7 @@ Anyone who wishes to take over, please message me.
|
|||
|
||||
First and foremost, make sure you have the Obsidian Vim key bindings turned on -- see Editor -> Vim key bindings.
|
||||
|
||||
Now to keep some of your Vim settings permanent, install this plugin and put a file named `.obsidian.vimrc` in your vault root.
|
||||
Now to keep some of your Vim settings permanent, install this plugin and put a file named `.obsidian.vimrc` in your vault root (*not* inside the `.obsidian` directory).
|
||||
If you're using multiple vaults, you'll need this file on each one.
|
||||
|
||||
**For iOS/iPadOS users**, it's highly recommended to set "Paste from Other Apps" of Obsidian to Allow, so there won't be annoying popups.
|
||||
|
|
@ -424,6 +424,10 @@ Note that the above snippet uses powerline glygh for the triangular shape, so yo
|
|||
|
||||
## Changelog
|
||||
|
||||
### Not yet released
|
||||
|
||||
- Fixed https://github.com/esm7/obsidian-vimrc-support/pull/246 (thanks @baodrate!)
|
||||
|
||||
### 0.10.1
|
||||
|
||||
- Fixed https://github.com/esm7/obsidian-vimrc-support/issues/231 (thanks @alythobani!)
|
||||
|
|
|
|||
Loading…
Reference in a new issue