obsidian-vimrc-support icon indicating copy to clipboard operation
obsidian-vimrc-support copied to clipboard

A plugin for the Obsidian.md note-taking software

Results 92 obsidian-vimrc-support issues
Sort by recently updated
recently updated
newest added

I have these bindings mapped and they navigate in normal mode but don't work with visual select. ``` " Move to start of visual line exmap lineStart cmcommand goLineLeftSmart map...

Seems like there is a lot of demand to implement `inoremap`, and it's very easy.

https://github.com/esm7/obsidian-vimrc-support/blob/8ab389c73e98d5ff82d850656d4150a1ba4fb63c/main.ts#L79 Here you are reading and re-parsing the vimrc file whenever the user opens a file, or switches pane. Maybe there's a better way so it doesn't get loaded as...

Fixed problem with the chord display only keeping track of one CodeMirror instance. Previously, chords would only be tracked in one CodeMirror instance. Fixed problem with surround command surrounding text...

Hi, In insert mode, Ctrl-O allows us to switch to normal mode for one command and immediately switches back to insert mode. This is a godsend for navigating in insert...

Hi there, I cannot use the "^" key on my AZERTY keyboard to "go to start of line". I tried to enable the "Use a fixed keyboard layout in Normal...

After use my vimrc some problems appear with keys "l", "r" and "w". They are not remapped version 0.2.3 ``` noremap I a noremap o l noremap u k noremap...

Hi, I'm trying to map fold toggling to the tab key in normal mode but it seems that it isn't working. However, when I add a mod key (alt, ctrl,...

enhancement

Here is a Loom of an issue I am experiencing where the vim-surround gets out of sync over time. Quitting out of Obsidian and reopening the page fixes whatever is...