vim-easymotion
vim-easymotion copied to clipboard
Can easymotion skip folded region in vscode, so that all the visible region on screen can display markers?
I use vscodevim.vim in vscode.
If I fold a big region of text, such as a heading of markdown, and then before the folded region, I use easymotion-j, the marker not displayed on the text below the folded region.
I unfold the region, some top lines have the marker, the others have not.
I think the number of markers may be finite. Can easymotion skip folded region in vscode, so that all the visible region on screen can display markers?