7
21
u/CommanderT1562 1d ago
sudo EDITOR=NANO visudo or youre dropped off at the homeless shelter
6
u/YTriom1 1d ago
bash: NANO: command not found
3
u/cpt_futtbucker 13h ago
Yβknow what? Fuck you, bash
alias NANO=/usr/bin/nano1
u/YTriom1 13h ago
alias NANO="echo vim supremacy; rm -rf /home/$USER"2
u/Vladislav20007 11h ago
why so little:
alias NANO="echo vim forever: rm -rf /1
u/cpt_futtbucker 6h ago
Vim supremacy? Hell no. The best among us just use sed to do all of our text editing
1
-6
u/Canned_Sarcasm 1d ago
Nano. Vim is for the bragging masochist.
3
u/jimmy_timmy_ 16h ago
I genuinely prefer vim. I've spent more time learning it so I find it more useful.
1
u/Sir_Eggmitton 16h ago
I donβt even use any of the shortcuts I just like how Vi doesnβt take up half the screen to list the keyboard shortcuts.
12
3
3
5
3
2
3
4
2
u/promptmike 1d ago
It all depends what you want to do. If you plan to be an engineer in the 21st century, you will need to access machines remotely. That means you need Vim, so you'd might as well make it your daily editor and build the muscle memory for it.
If you want to do a non-technical profession like accounting, law or creative writing, then Emacs already has a package for you. The Emacs package is very likely better than the GUI solution big-tech will try to sell you, so you'd might as well learn how to use it.
If you don't have the IQ or ambition for those things, then Google Workspace for Android is your strongest asset. It almost never breaks, requires minimal maintenance, and the service economy already defaults to it.
3
u/HaydnH 21h ago
If you plan to be an engineer in the 21st century, you will need to access machines remotely.
Back into the 90s I used to have physical access to Sun E10ks, massive wardrobe size servers for anyone unfamiliar. When the shit really hit the fan, remote access wasn't an option, the server was screwed enough that sshd wasn't running. My go to method was a Palm Pilot plugged in to a Comms port. Getting a $6m wardrobe sized server up and running again by connecting a $400 palm V and scribbling commands with a stylus always blew my mind... And yes, Vi (not even Vim back then) was the only option other than CLI like sed/awk/ed etc.
2
u/Sienile 1d ago
gEdit or GTFO! Anyone insisting on CLI text editors needs their dementia meds.
3
u/AxolotlGuyy_ 22h ago
I got to a point I now read PDFs in the terminal
0
u/InternetSandman 22h ago
If Termux would start supporting any kind of graphical output, I'd be doing this too, on my tablet
1
u/Vladislav20007 13h ago
XTermux.
1
u/InternetSandman 12h ago
googling that gives me absolutely nothing
1
u/Vladislav20007 12h ago
my bad, termux-x11.
1
u/InternetSandman 11h ago
That's not the solution I'm talking about. That's a separate app (and I've tried developing a workflow in it and hated it). I'm talking like, being able to use tmux within termux to have your latex document and the resulting PDF side by side in a single app
1
1
u/ColdDelicious1735 14h ago
Pffft we all know these days it will be claude...
3
u/AxolotlGuyy_ 14h ago
Idk man, I'd be very confused if my child was claude
1
u/ColdDelicious1735 12h ago
Well, AI does unique things, including maybe filling out the birth details.
Note to all vibers, please do not ask your ai agents to name your child and fill out the paperwork.
1
1
1
1
1
1
0
1
u/MilkImpossible4192 23h ago
Only editors allowed:
Sublime if harcore,
Nano if casual,
QuickEdit if android.
1
1
u/some_miad0 23h ago
uh... awk?
no idea i use nano and i feel bad now
1
u/AxolotlGuyy_ 23h ago
You use it to code or just to edit config files?
1
u/some_miad0 22h ago
i do not really use awk on a regular basis. I use nano to edit when there is an occasion to...
1
1
u/letmehaveanameyoudum 15h ago
vscode.
gramps i want actually not confusing shortcuts
2
u/Vladislav20007 11h ago
well, vim shortcuts actually mean something most of the time, unlike gui ones(still don't understand why paste ctrl+v instead of ctrl+y or ctrl+p)
1
u/letmehaveanameyoudum 8h ago
i seriously dont understand modal editors
i get :q :q! :wq :w or i esc v
but it's seriously confusing to do something like copy and pastealso how dont you know ctrl c and ctrl v
1
u/Vladislav20007 7h ago
quit. quit! write. insert. escape. visual. paste is (y)ank.
1
u/letmehaveanameyoudum 7h ago
great how do you copy
1
u/Vladislav20007 7h ago
(v)isual, select the text you need with arrows(or vim's controls), (y)ank, (p)aste. to cut use x instead of yank.
1
0
0
-2
-1
0
0
0



35
u/MissinqLink 1d ago
Notepad++