You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
- Mark/unmark the current file with a single command (harpoon_add)
- Jump directly to a marked file by slot number (harpoon_goto)
- Browse all marks in a quick panel (harpoon_list)
- Cycle forward/backward through marks (harpoon_next / harpoon_prev)
- Clear all marks for the current project (harpoon_clear)
- Marks scoped per project, stored in .sublime-project via project_data()
- Automatic pruning of dead marks pointing to deleted/moved files