seanliang / HighlightWords

A Sublime Text 2 & 3 plugin for highlighting mutiple words in different colors
https://github.com/seanliang/HighlightWords
58 stars 21 forks source link

Enhancement: Jump to next highlighted keyword #23

Open alex-trueman opened 8 years ago

alex-trueman commented 8 years ago

A key-map to jump to the next highlighted keyword, much the same as find-next.

seanliang commented 8 years ago

Any keybinding suggestion, for all three platforms?

alex-trueman commented 8 years ago

Not really. It's tough to come up with something that doesn't conflict with other packages. Ctrl-Alt-F3 in Windows might work. It is like find next (F3), but might be too similar to find previous (Shift-F3) and find all (Alt-F3). I only use Windows so not to sure about other OSs.

ghost commented 6 years ago

Maybe just a new setting to automatically set bookmarks on each highlighted line (through ST's bookmark API). Then we would just use the already defined key bindings for next/previous bookmark.

alex-trueman commented 6 years ago

That would work well.