can't map <C-f> and <C-b> to :back and :forward respectively #121
Replies: 4 comments 5 replies
-
|
One thing that pops up is that the syntax of |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, that was the intention. A more comprehensive implementation of a jumplist is surely something that many users will find beneficial, you can ask for it here. |
Beta Was this translation helpful? Give feedback.
-
|
CodeMirror is the editor component that Obsidian uses, and that's where the Vim support is implemented (not by Obsidian itself). |
Beta Was this translation helpful? Give feedback.
-
|
@asherjacobson Does the and jumplist functionality still work for you in current Obsidian versions? I haven't been able to get it to work on the MacOS version. There are no existing shortcuts that conflict. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I added this to my obsidian vimrc:
exmap back obcommand app:go-back
nmap :back
exmap forward obcommand app:go-forward
nmap :forward
It doesn't work. Why not?
Beta Was this translation helpful? Give feedback.
All reactions