2324
Very clever...
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I never get the need to use vim and nano exists.
It just makes a lot of stuff way easier once you know how to use it. Switching out a word for another: two button-presses, duplicating a line: three presses, deleting 500 consecutive lines: five presses
But you can do all that with nano and it is straight forward and you don't need to memorize any key combinations. I mean, I get it and no judgement here. I just use nano because it's easy and quick.
You can also copy paste by manually copying text by hand, would call that a valid alternative to Ctrl-C/V?