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 trying to configure my .vimrc for Obsidian, this is what it looks like: ```vim set clipboard=unnamed nmap :nohl noremap i k noremap k j noremap j h noremap...

Non-recursive mappings are quite necessary, I would help when I find some free time (:

obsidan version 0.14.6 vim support version 0.6.1. When use the new version of editor the surround command will locate the wrong position. As you can see in the gif after...

I am trying to bind pp command to $ in normal mode and it pastes instead of going to the end of the line. The rest of the keybindings work...

Hi, I want to remap the` ` and `` for `undo` and `block select` with `` and `vv` in normal mode, I tried: ``` nmap vv nmap `` and map...

If I open obsidian and immediately press `[[`, the document doesn't change, and I get this error: ``` app.js:1 TypeError: Cannot read properties of null (reading '0') at surroundFunc (eval...

It has always bothered me that using `cc` inside of a list, it clears the whole line including the list index `- ` or `1. `. So I wrote my...

Hi, I just want to recap something I tried in mapping `Alt` in Windows for Insert-mode. Want to see if the plug-in's author or anyone has any comments / suggestions....

This is the command I put in my vimrc file: `exmap R obcommand app:reload` Every time I type `:R` to reload the app, it cause my mac to crash and...

I have j and k set to navigate visual lines by default: ``` nmap j gj nmap k gk ``` I use relative line numbers and navigating to a line...