Set Mark for Goto like in Vim?

I really enjoy the ability to set multiple marks in a document for navigating code.
In Vim, This is done in command mode by pressing ‘m’ and the mark symbol [a-zA-Z0-9]. To go to the mark, you then press the apostrophe and the mark symbol you assigned.

How do I set marks in Komodo Edit/IDE?

In Komodo that feature is called Bookmarks, I think. You can set marks with Ctrl + F2 and go to the mark with F2