Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit e4dbfd4

Browse files
alythobanihhhapz
authored andcommitted
Update README.md to say this plugin is now deprecated
1 parent 64e708b commit e4dbfd4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## Improved VimCursor
1+
# Improved VimCursor
2+
3+
## ⛔ This plugin is deprecated/obsolete as of Aug 5 2024
4+
5+
You should no longer need this plugin, which is [no longer functional](https://github.com/hhhapz/improved-obsidian-vimcursor/issues/1) after an Obsidian upgrade to Codemirror 6. `g0` and `g$` are now available out-of-the-box in codemirror-vim (Obsidian's vim software); and `:pHead` and `:nHead` are now implemented (as `[[` and `]]` motions) by [obsidian-vimrc-support](vimrc). You can still remap these to other keys as desired in your `.obsidian.vimrc`.
6+
7+
## Previous README
28

39
This is a very simple plugin that defines 4 commands in the Vim instance for Obsidian. This defines
410
great quality of life commands that allow the usage of 0 and $ to work as g0 and g$ in regular Vim.
@@ -34,5 +40,4 @@ vmap j gj
3440
vmap k gk
3541
```
3642

37-
3843
[vimrc]: https://github.com/esm7/obsidian-vimrc-support

0 commit comments

Comments
 (0)