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

**Describe the bug:** i tried to remap G that usually takes to the last line of the document to take just to the last non blank character using a backwards...

**Please Review Before Posting!** - [x] I checked that the bug *does not happen* in the [CodeMirror Vim demo](https://codemirror-vim--util.repl.co/). If it does, please report it [there](https://github.com/replit/codemirror-vim) and not here. -...

**Please Review Before Posting!** - [x] I checked that the bug *does not happen* in the [CodeMirror Vim demo](https://codemirror-vim--util.repl.co/). If it does, please report it [there](https://github.com/replit/codemirror-vim) and not here. -...

**Describe the feature that you'd like:** Currently, the VIM status prompt is done with hardcoded switch among the `vimStatus` enum of emojis. This is very different from the VIM behavior...

**Please make sure your question is within the scope of this plugin.** - [ x ] I know this plugin is about *persisting changes* to the Vim support built into...

~~Premature ``, sorry!~~ **Please Review Before Posting!** - [x] I checked that the bug *does not happen* in the [CodeMirror Vim demo](https://codemirror-vim--util.repl.co/). If it does, please report it [there](https://github.com/replit/codemirror-vim) and...

I'm a noncoder trying to implement simple vim-mode mappings. They are: ``` set clipboard=unnamed map k gk map j gj map H ^ map L $ map jj ``` The...

**Please Review Before Posting!** - [x] I checked that the bug *does not happen* in the [CodeMirror Vim demo](https://codemirror-vim--util.repl.co/). If it does, please report it [there](https://github.com/replit/codemirror-vim) and not here. -...

By default in the sidebar we move with arrows, is it possible to create a keymap to move with `j` and `k` key or something like that?