Currently it’s impossible to use Vim navigation in the preview-mode to edit the markdown of image files. Any image that is previewed just shows up, and doesn’t reveal it’s code. That’s true for internal as well as external images.
I tried various keys like enter, space, TAB or the vim-shortcuts for editing, like i, but that always edits before the image code, not inside.
This is an extremely common situation if one has any images in their vault (among the dozen of us who use Vim mode
). So it’s an annoyance every couple of minutes.
Steps to reproduce
- Open the Sandbox Vault
- activate the Vim mode
- make sure to be in preview mode
- either paste an image in to create the image markdown (
![[image.jpg]])- or alternatively open the existing note called “Images”.
- Navigate to the line using vim
- try to edit the image markdown
Did you read and follow the Troubleshooting Guide ?
Yes
Expected result
Essentially the behavior befor the recent update: If I navigate into the line with an image link, then the preview should disappear and just reveal the code, so I can easily navigate. At the very least once I navigate inside the specific image-link markdown (less optimal).
Actual result
The image preview stays. There is no way (except with mouse navigation) to reveal the markdown code of it.
Environment
SYSTEM INFO:
Obsidian version: 1.13.7
Installer version: 1.13.7
Operating system: #1 SMP PREEMPT_DYNAMIC Fri, 21 Aug 2026 22:18:59 +0000 7.1.9-arch1-2
Login status: logged in
Language: en
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Distro Name: EndeavourOS (Arch)
Desktop Environment: KDE
Installation method used: AUR
Additional information
Workarounds
A workaround would be to click with the mouse on the </> icon that pops up, which defeats the idea of using the Vim keyboard navigation.
Another is to use the :image command as noted in the July 30 release notes. It works when I type :image edit. But I can’t set it to a hotkey. My current (failing) attempt for code in my .vimrc:
exmap imageEdit obcommand editor:image-edit
nnoremap <S-TAB> :imageEdit<CR>
It doesn’t work - as it seams the command is not available that way, as the command list I can see via :obcommand (as explained in the Vimrc-Support Plugin) doesn’t show this one. It’s also not as handy anyways.
Related threads
This is the issue as discussed here about the new image system, but relates to the Vim mode specifically. So I was told to make a new thread.
