noxx24 downloadsVim-style Ctrl+N / Ctrl+P to navigate the inline wikilink suggestion ([[ ... ]]) only; Blocks global hotkeys only while popup is open. Desktop-only.
Obsidian plugin. When the [[ wikilink ]] suggestion popup is open, Ctrl+N and Ctrl+P move the selection, and Enter or Ctrl+Enter accepts it. Same idea as scrolling completions in vim.
Scope is intentionally narrow. It only touches the wikilink popup. Quick Switcher, Command Palette, tag suggestions are untouched.
Obsidian's wikilink popup uses arrow keys. I use vim mode in Obsidian. Reaching for arrows every time I typed [[ got old fast. Couldn't find an existing plugin that did just this without trying to remap the whole app, so I wrote it.
If it's been approved into the Community Plugins list, install it from there.
Otherwise, copy manifest.json and main.js into .obsidian/plugins/vim-wikilink-nav/ and enable the plugin in Settings.
.suggestion-container / .suggestion-item DOM classes. If Obsidian changes these in a future version it will silently break. Fix is a one-line selector swap.MIT