
I love SublimeText! With features like Ctrl-D, Multi-Cursor, and RegEx-Search&Replace, it’s just the best editor ever. Add tools from PackageControl.io and it’s unbeatable. Yes, Atom is probably on-par (plus it’s free), but I’ve already acclimated to ST and that’s just how it is.
But sometimes i just prefer/need to edit in the shell. Almost always, i use nano
; However, when you suddenly need something more powerful, it’s back to SublimeText.
I had known about slap-edit, but it’s just too slow, especially through ssh tunnels.
Enter Suplemon! Wow, it’s a great CLI editor to supplement your workflow. If you already have python
and pip
, then just sudo pip3 install suplemon
- -That’s it. Launch suplemon
and check it out.
Yes, I know everyone will say “Vim”, but i don’t have time be that good.
~~~
Written with StackEdit.