Hacker News new | ask | show | jobs
by warvariuc 1515 days ago
Since I discovered micro[1], it's my go to editor.

[1] https://micro-editor.github.io/

3 comments

Another Micro advocate! I agree, it's also my go-to editor. It's a great halfway point between breaking out Emacs and resorting to Nano. Micro is dead-simple and gets work done without any complication.
micro > nano

If it's not vim or emacs, a simple editor with CUA key binds should be the default everywhere, not nano.

I love it.

In Micro, selecting text using shift with left/right arrow works (across lines too), but is there a way to make it work when you press up/down arrows? And how do you shift select to the end of the line?
Works as usual for me (I am on a Mac). shift+up/down selects lines. shift+fn+right -- selects till the end of the line.
Thanks, hmm, so shift up/down deselects anything that was selected for me. Shift left/right works and mouse select works. Shift+fn+left/right makes me switch tab. I'm guessing my keyboard shortcuts are different compared to your setup but I don't remember changing anything here (using the regular Terminal app for Mac).