Tyriar / atom-navigation-history

An Atom Editor package that allows navigating cursor history across multiple files (No longer maintained)
https://atom.io/packages/navigation-history
MIT License
2 stars 3 forks source link

Should a navigation state be recorded when switching files? #3

Open Tyriar opened 9 years ago

Tyriar commented 9 years ago

Currently opening multiple files won't be recorded as navigations as editor.onDidChangeCursorPosition is only being listened to currently.