You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure your question is within the scope of this plugin.
I know this plugin is about persisting changes to the Vim support built into Obsidian, plus some bonus features, and considered asking in the Obsidian forum first.
Describe the question
In my .vimrc I have the following:
" Use J and K to move text blocks in visual mode
vnoremap J :m '>+1<CR>gv=gv
vnoremap K :m '<-2<CR>gv=gv
When I try to copy this to .obsidian.vimrc, I'm getting the following error when I try to use J or K:
Not and editor command ":m"
How do I fix it? Or maybe there is an alternative way to configure the same behavior in .obsidian.vimrc?
The text was updated successfully, but these errors were encountered:
Please make sure your question is within the scope of this plugin.
Describe the question
In my
.vimrc
I have the following:When I try to copy this to
.obsidian.vimrc
, I'm getting the following error when I try to useJ
orK
:How do I fix it? Or maybe there is an alternative way to configure the same behavior in
.obsidian.vimrc
?The text was updated successfully, but these errors were encountered: