Quick jump between links using hotkeys
Quickly navigate between links, or jump to any word on the page using hotkeys.
Ctrl+P
), find and choose Jump to link
commandCtrl + '
by default)Shift
while pressing link letters should open note in a new paneCtrl + ;
by default) to instantly jump to any word on the page!Shift
while pressing the hotkey, you will select to the word you jump to.vim-easymotion
.\b\w{3,}\b
]Characters used for link hints
setting for Jump to Anywhere: asdfghhjklqwertyuiopzxcvbnm
undefined
and it will not be possible to jump there.Lightspeed is originally a vim plugin similar to vim-sneak or easymotion. See this issue for videos.
You can either assign a hotkey, or use it in combination with the Obsidian vimrc plugin:
exmap jumpToLink obcommand mrj-jump-to-link:activate-lightspeed-jump
nmap gs :jumpToLink<CR>
The idea and original code is from @kohane27.
The look of it when invoked can be modified with CSS. By default, it is:
.theme-dark, .theme-light {
--jump-to-link-lightspeed-color: var(--text-muted);
}
Lightspeed is only supported in the new Codemirror 6 editor.
Install plugin from the Community Plugins section.