this post was submitted on 02 May 2024
127 points (96.4% liked)

Linux

45501 readers
1515 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 36 points 2 months ago (7 children)

GNU nano is a nice easy text editor... but it's so clunky when you have become comfortable with vim (perhaps the same with Emacs).

[–] [email protected] 81 points 2 months ago

The trick is to never get comfortable with Vim or Emacs.

*taps forehead*

[–] [email protected] 30 points 2 months ago (1 children)

Using nano as a vim user is a lot less clunky than trying to use vim as a vim non-user though.

Or so I would imagine, all of the vim novices are still too busy trying to exit vim to share their experiences.

[–] [email protected] 7 points 2 months ago (4 children)

The worst and best thing you can do when using vim is learn the movement keys (h, j, k, and l) because they're so powerful and work no where else.

[–] [email protected] 9 points 2 months ago

There is a vim mode available in a lot of other applications though.

[–] [email protected] 4 points 2 months ago (1 children)

h and l are overrated, use w, b, e and f instead.

[–] [email protected] 1 points 2 months ago (1 children)
[–] [email protected] 1 points 2 months ago

Thanks for the recommendation

[–] [email protected] 2 points 2 months ago (1 children)

Yeah, doesn't work so well when you're not using qwerty though

[–] [email protected] 2 points 2 months ago (1 children)

That's not true. I'm on qwertz and I adore vim key bindings

[–] [email protected] 1 points 2 months ago (1 children)

Okay, perhaps I should have been clearer, that's on me.

I meant qwerty and related layouts.

Things like Dvorak and Colemak, the movement keys are spread across the keyboard and if you want to navigate that way you'll pretty much have to remap them, and probably remap the keys you've swapped. For me, it's just easier to use the arrows than go through that.

[–] [email protected] 1 points 2 months ago (1 children)

I mean, yeah, of course. Vims default keys are made for the "regular" layouts. But you can Mal everything yourself if needed. I'm sure there are pre made mappings for other layouts too.

[–] [email protected] 2 points 2 months ago (1 children)

I might check that out

Using the arrows may not be the most efficient, but I'm not spending enough time in vim to make that be an issue... Though I've seriously considered trying to swap to it from VSCode

[–] [email protected] 1 points 2 months ago

I do pretty much all editing in vim. One you "force" yourself to use hjkl, there was no going back to arrow keys. Nowadays I Mal arrow keys to move lines up and down and add or remove indentation.

[–] [email protected] 2 points 2 months ago

Untrue, they also work in Nethack and other rogue-likes!

[–] [email protected] 8 points 2 months ago (1 children)

Neat that it has this new modern binds mode where it understands normal copy paste and stuff

[–] [email protected] 7 points 2 months ago

I'm a little bit excited by that

[–] [email protected] 6 points 2 months ago

I love nano for simple things, like writing commits. Anything more complex and I use Sublime Text.

[–] [email protected] 2 points 2 months ago

Also worth checking out helix editor. Once you do the tutorial it makes vim feel clunky

[–] [email protected] 1 points 2 months ago (2 children)

I think nano is good for quick and dirty editing.

Anything else should be done locally on your development machine with a GUI, then pushed to your server as an update.

[–] [email protected] 7 points 2 months ago

Yeah I love nano. I can use vim a little, enough to make a change and save the output. I can even exit vim!

But 9 times out of 10 if I need to edit a text file in a terminal window, I'm just making a quick config change - I need the terminal equivalent to notepad, not the terminal equivalent to an IDE.

Nano is exactly what I need, nothing more and nothing less.

[–] [email protected] 2 points 2 months ago

Why insist on a GUI for anything else?

[–] [email protected] -4 points 2 months ago* (last edited 2 months ago) (1 children)

apt purge nano is one of the first things I do on a new Debian installation. Much easier to remember than having to use update-alternatives, select-editor and the $EDITOR variable to convince the likes of vigr,vipw, visudo,crontab -e,... that I really want to use vim as my primary editor.

[–] [email protected] 7 points 2 months ago

Honestly unreasonably infuriates me when I enter visudo and find myself in nano... Like, did I type nanosudo? Hell no!