obsidian-vimrc-support
obsidian-vimrc-support copied to clipboard
[Feature request] Implement vnoremap, nnoremap
Non-recursive mappings are quite necessary, I would help when I find some free time (:
As a workaround, I found that using synonyms somewhat works. For example instead of mapping to u, map to :undo. Instead of mapping to x, you can map to dh, etc.
but yeah, that can only get you so far.