mattn / emmet-vim

emmet for vim: http://emmet.io/
http://mattn.github.io/emmet-vim
MIT License
6.41k stars 410 forks source link

Next/Previous Edit Point Inconsistency #506

Open ic768 opened 3 years ago

ic768 commented 3 years ago

When pressing the "go to next edit point" combination, the cursor jumps to the next edit point, regardless of vim mode, as expected. However , when using the binding to jump to the previous edit point, it only seems to work when in command mode.

Thus, when going to previous edit points, I have to hit escape on every edit point so as to enter command mode, or else the key combination won't work. Am I missing something, or is there a way to enable backwards jumps regardless of insert or command mode?