t9md / atom-cursor-history

Cursor position history manager
https://atom.io/packages/cursor-history
MIT License
59 stars 7 forks source link

new option `keepSingleEntryPerBuffer` #21

Closed t9md closed 8 years ago

t9md commented 8 years ago

Continuation of #18, I tried #20 but failed, so pick this simple approach. Add new config option keepSingleEntryPerBuffer. disabled by default. If enabled(=set to true), it keep only one position per buffer(=file). So user can always jump to different file.