|
|
|
|
|
by mangeletti
3562 days ago
|
|
I have one single complaint about Sublime Text: In order to truly clear your history (files open, last searches, etc.), I have to maintain a script with the following: find ~ -name *.sublime-workspace -delete
rm ~/Library/Application\ Support/Sublime\ Text\ 3/Local/Session.sublime_session
Other than that, see https://news.ycombinator.com/item?id=12553515 |
|