653
You don't need the mouse (lemmy.blahaj.zone)
submitted 1 year ago by Soluna to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] SpaceNoodle@lemmy.world 34 points 1 year ago

Ctrl-K and Ctrl-U in nano, a sane editor that does not hate you

[-] eager_eagle@lemmy.world 29 points 1 year ago

Ctrl-X Ctrl-V in micro, if you appreciate a sane editor with sane keybindings.

[-] SpaceNoodle@lemmy.world 7 points 1 year ago

That's cool, and I can't wait for it to gain widespread adoption, but nano is already more commonly installed by default.

[-] Blisterexe@lemmy.zip 5 points 1 year ago

How does micro compare to nano?

[-] SpaceNoodle@lemmy.world 32 points 1 year ago
[-] eager_eagle@lemmy.world 7 points 1 year ago
[-] eager_eagle@lemmy.world 5 points 1 year ago* (last edited 1 year ago)

better ootb experience with syntax highlighting, sane keybindings, plugin system, and other little things nano lacks.

[-] SpaceNoodle@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

Nano has had syntax highlighting for quite a while.

Its keybindings also make sense if your brain is still stuck in the '90s. If not, they're literally printed at the bottom of the terminal.

If I need plugins, I'm not gonna be fucking around with a terminal text editor.

What are these "other little things?" Certainly not "probably already installed on your system."

[-] fl42v@lemmy.ml 2 points 1 year ago

"Sane" keybindings are questionable given Ctrl's location (painful to press with both pinky and thumb fingers). It's standard, I'll give it that, but those in helix or vim are mostly (I'm looking at you, navigation between splits) much saner all things considered

[-] eager_eagle@lemmy.world 2 points 1 year ago

or maps your caps to Ctrl, like vim users map it to esc

[-] fl42v@lemmy.ml 1 points 1 year ago

Or build yourself a crkbd, yeah. That's beside the point.

[-] computergeek125@lemmy.world 1 points 1 year ago

Which is exactly where Sun Unix keyboards place it, in a same spot

[-] mosiacmango@lemm.ee 19 points 1 year ago

Vim doesn't hate you. It loves who you could be.

[-] SpaceNoodle@lemmy.world 7 points 1 year ago

I wish I could :q! you

[-] nickwitha_k@lemmy.sdf.org 5 points 1 year ago

How do I do regex or connect to an LSP with nano?

[-] SpaceNoodle@lemmy.world 8 points 1 year ago

That's the neat part: you don't.

[-] nickwitha_k@lemmy.sdf.org 3 points 1 year ago

Fair enough. Those are things that I like to be able to use, however. Which makes nano/pico/micro a non-starter for me. Different strokes for different folks.

[-] SpaceNoodle@lemmy.world 3 points 1 year ago

Well, they're not necessary for 99.999% of what you need a quick CLI text editor for.

[-] fl42v@lemmy.ml 1 points 1 year ago

The use-cases for unquick GUI text editors are merely a subset of those solved by quick TUI text editors :P

[-] Ephera@lemmy.ml 3 points 1 year ago

Doesn't that just cut one line at a time? Or is this Emacs-like, where it buffers the lines?

That host doesn't have internet access, though, so installing a different editor wasn't really an option to begin with...

[-] SpaceNoodle@lemmy.world 6 points 1 year ago

If the host doesn't already have nano, you fucked up super early

But yeah, it buffers the lines.

[-] clb92@feddit.dk 2 points 1 year ago* (last edited 1 year ago)

Doesn’t that just cut one line at a time?

Move the cursor to the start of what you want to cut, press ALT+A, then move the cursor with arrow keys (you'll see text be highlighted from where the cursor was to where you move your cursor), then once you've moved the cursor to where you want, press CTRL+K to cut.

this post was submitted on 26 Oct 2024
653 points (100.0% liked)

Programmer Humor

38996 readers
45 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS