The creator of Sublime Text tends to go silent for long periods between stretches of activity, which always makes me wonder about the future of the project. It's a shame, since ST is a well-thought-out editor with great attention to detail, and of course the speed argument (compared to Atom and VS Code), while beaten to death, still holds true. Of course, it's up to the author himself to choose how he communicates, m…
That is exactly the reason why I haven't bought a license yet. I consider the license an investment in Sublime's future. Since I don't have to pay, buying a license is more of a donation in order to show support. But the communication seems a bit too sparse/erratic for me to have much trust in this project. The time spans between updates, blog posts, or even tweets are simply way too long. I also consider the existen…
I just exported a text file that looked like this:
Col1 title|Col2 title|Col3 title|...
1||asdf|...
With multi-cursor editing it almost trivial to transform it into this: Col1 title: 1
Col2 title:
Col3 title: asdf
...
That may be possible in VIM using macros, but would require way more fiddling.