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
When doing a backward selection (i.e. v, then b a couple of times and then [[) I get the following error:
Here's my vimrc:
" Have j and k navigate visual lines rather than logical onesnmapjgjnmapkgk" Quickly remove search highlightsnmap@:nohl" Yank to system clipboardsetclipboard=unnamed
" Go back and forward with Ctrl+O and Ctrl+I" (make sure to remove default Obsidian shortcuts for these to work)
exmap back obcommand app:go-back
nmap<C-o>:back
exmap forward obcommand app:go-forward
nmap<C-i>:forward" Surround text
exmap wiki surround [[ ]]
map[[:wiki
exmap paren surround ( )
map[(:paren
Obsidian version: v0.14.2
Plugin version: 0.6.0
The text was updated successfully, but these errors were encountered:
When doing a backward selection (i.e.
v
, thenb
a couple of times and then[[
) I get the following error:Here's my vimrc:
Obsidian version: v0.14.2
Plugin version: 0.6.0
The text was updated successfully, but these errors were encountered: