neoclide / coc-emmet

Emmet extension for coc.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go to next/previous edit points

igorlakic opened this issue · comments

I would like to know if it's currently possible to go to next/previous edit points? One example would be: <source src="" type=""> and you want to go from one to another edit point (""). I've been trying to find if any keybinding for that exist but without success.

Thanks in advance!

I figured it out. you can do that with:
<Ctrl>j and <Ctrl>k jump to next/previous placeholder, it's default of coc.nvim.

LMAO, i was looking for the same thing