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

Hi, I'm not much of a programmer yet, but I'm trying to get this plugin to work for the visual start and end of lines for 0 and $. Currently,...

As far as I can tell at the moment, there's no way to use `surround` where one or both of the delimiter texts contain raw spaces. Passing strings directly (e.g....

Is there any chance I can get to surround the text the cursor is on with a callout block e.g: hint to >[!hint] So far I have tried: `" exmap...

Hey long time vim user here, As I am on an alternate keyboard with a homerow of `hieao dtrns` I use these mappings for my vim config: ``` noremap h...

Currently, we can only display the current vim mode in the status bar. However, putting it in the title bar as well would also be useful, since the window title...

Currently we have the option to always yank, paste, etc. from the system clipboard by adding ```vimrc set clipboard=unnamed ``` or ```vimrc set clipboard=unnamedplus ``` However, there is no way...

Problem: I tried "g0" or "g$" command in vim, bug not effective. Console displayed "goLineLeft is not implemented". Version: Lastest Version (until 6/29) PS: "g0" exists in vim.js of CodeMirror.

When chaining vim commands, I would do something like: ``` nmap T dawbP ``` I'd like to chain vim commands with obcomminds, something like the following: ``` exmap insert_time obcommand...

enhancement

Thank you for your nice plugin. I found that the key cannot be mapped during the process of using the plugin. I am personally used to map the switch of...

Most of them are working properly in the new editor, except for `editor:focus-left`/ `right`/ `top`/ `bottom`. Also, `:obcommand` doesn't list the commands for me neither. Obsidian version: v0.13.14