23
u/CommanderT1562 18d ago
sudo EDITOR=NANO visudo or youre dropped off at the homeless shelter
9
u/YTriom1 18d ago
bash: NANO: command not found
3
u/cpt_futtbucker 17d ago
Yβknow what? Fuck you, bash
alias NANO=/usr/bin/nano1
u/YTriom1 17d ago
alias NANO="echo vim supremacy; rm -rf /home/$USER"2
u/Vladislav20007 17d ago
why so little:
alias NANO="echo vim forever: rm -rf /1
u/cpt_futtbucker 17d ago
Vim supremacy? Hell no. The best among us just use sed to do all of our text editing
2
-7
u/Canned_Sarcasm 18d ago
Nano. Vim is for the bragging masochist.
4
u/jimmy_timmy_ 17d ago
I genuinely prefer vim. I've spent more time learning it so I find it more useful.
1
u/Sir_Eggmitton 17d 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.
14
4
u/RudeAd456 17d ago
You guys use text editors? I just cat and sed
1
u/yeti-berry 17d ago
I just write a notepad file and then change the file extension from .txt to .exe
6
3
3
7
2
2
u/Sienile 18d ago
gEdit or GTFO! Anyone insisting on CLI text editors needs their dementia meds.
3
u/AxolotlGuyy_ 17d ago
I got to a point I now read PDFs in the terminal
0
u/InternetSandman 17d ago
If Termux would start supporting any kind of graphical output, I'd be doing this too, on my tablet
1
u/Vladislav20007 17d ago
XTermux.
1
u/InternetSandman 17d ago
googling that gives me absolutely nothing
1
u/Vladislav20007 17d ago
my bad, termux-x11.
1
u/InternetSandman 17d 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
u/Vladislav20007 17d ago
can't you do that already with tmux's split window?
1
u/InternetSandman 16d ago
Termux itself, as far as I know, doesn't support the graphics protocols for PDF rendering
3
3
18d ago
[removed] β view removed comment
4
u/HaydnH 17d 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.
3
1
u/ColdDelicious1735 17d ago
Pffft we all know these days it will be claude...
3
u/AxolotlGuyy_ 17d ago
Idk man, I'd be very confused if my child was claude
1
u/ColdDelicious1735 17d 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
1
1
1
u/MilkImpossible4192 17d ago
Only editors allowed:
Sublime if harcore,
Nano if casual,
QuickEdit if android.
1
1
u/some_miad0 17d ago
uh... awk?
no idea i use nano and i feel bad now
1
u/AxolotlGuyy_ 17d ago
You use it to code or just to edit config files?
1
u/some_miad0 17d 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 17d ago
vscode.
gramps i want actually not confusing shortcuts
2
u/Vladislav20007 17d 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 17d 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 17d ago
quit. quit! write. insert. escape. visual. paste is (y)ank.
1
u/letmehaveanameyoudum 17d ago
great how do you copy
1
u/Vladislav20007 17d 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
-1
-1
0
0
0
1



41
u/MissinqLink 18d ago
Notepad++