alias ed=$EDITOR
is my most used alias by far.
- 0 Posts
- 7 Comments
ganis
:git add -A && sudo nixos-rebuild switch --impure -j$(nproc)
Everyone who uses nixos probably has a similar alias set x)
ter_maxima@jlai.luto Showerthoughts@lemmy.world•Some people want wealth because it means power over others. Some people want wealth because it means they can minimize interactions with others.1·1 hour agoSome people want wealth to expand their stamp collection.
Does Micro have normal keyboard shortcuts instead of the weird ones from nano ?
I don’t like M$, but this is my new number one recommendation for new programmers. It gets them to stay within the command line, while having the normal shortcuts they’re used to from using a computer already.
I love Vim, but it’s a chore to learn when you’re also learning programming on top. Emacs is even worse, it tricks you by being a non-modal GUI, but your keyboard shortcuts all do something new and slightly insane now.
ter_maxima@jlai.luto Selfhosted@lemmy.world•I'm the creator of Seedit and I'm here to share how it works and clear up some Concerns/FUDSEnglish0·2 days agoThe most important thing about social media is the first word : it’s social.
This sounds like a technically impressive medium, but if it fails to get a healthy community (which means, not just 4chan bros) then it will die.
alias ed=$EDITOR
Extremely convenient on a qwerty keyboard.
This should probably be a default nowadays. Does even a single person here use the real
ed
?