this post was submitted on 02 Sep 2024
386 points (93.3% liked)

Linux

48894 readers
1268 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
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 4 months ago (3 children)

Vim is pretty easy for me because I'm used to it. Nano is very difficult to use for me because I've rarely used it.

load more comments (3 replies)
[–] [email protected] 5 points 4 months ago (1 children)

I like nano tho it has some strange shortcuts

[–] [email protected] 3 points 4 months ago

micro has some improvements and default shortcuts that are much closer to common GUI text editors

https://micro-editor.github.io/

[–] [email protected] 5 points 4 months ago

I started on Emacs and then didn't use it for a few years and forgot everything so now I'm stuck on Nano. But that's fine because nano does everything I want it to do.

[–] [email protected] 5 points 4 months ago (3 children)

The best text editor is ‘$EDITOR’.

load more comments (3 replies)
[–] [email protected] 5 points 4 months ago (5 children)

Sometimes you don't even have the luxury of nano. Any moderately advanced Linux user should probably learn the basics of vi. Just knowing how to insert text and save it can fix a system that's stuck in recovery. Even if it's just to add a comment in front of a line in a config file.

load more comments (5 replies)
[–] [email protected] 5 points 4 months ago (8 children)

Isn't this supposed to be VIM vs Emac? What's is there point to be programming in the terminal anyway? Nano is good to fix some config files while your are in there, but if I needed to do real programming I'll be finding something that works in the GUI.

load more comments (8 replies)
[–] [email protected] 5 points 4 months ago (1 children)

I'll say that I find easier to exit vim that to exit nano.

I don't know what ^ means. I just start pressing special keys until it doesn't the thing

load more comments (1 replies)
[–] [email protected] 5 points 4 months ago (1 children)

The problem I had with nano is that, for the time being, it was supposed to be easy to use. With that in account I always get lost when saving a file and closing the thing because one's used to doing something else with Ctrl+O and Ctrl+X.

Whereas with Vim (and Neovim for a little while, and now with Vis) I knew it had a steep learning curve from the start so I always had it in mind. And all the funny stories about quitting vim.

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

they've changed those bindings now, Ctrl+S, Ctrl+X, Ctrl+V, and Ctrl+C all do what you think they do

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

Great, now the next time I use nano I surely will forget about this and get frustrated when trying to save a file with Ctrl+O

load more comments (2 replies)
[–] [email protected] 3 points 4 months ago (1 children)

I'm thinking Ctrl+C quits and Ctrl+S is scroll lock is that correct?

load more comments (1 replies)
[–] [email protected] 4 points 4 months ago (7 children)

For vim I had to config or install something just to be able to COPY something to use outside vim, how backwards is that? Isn't this the most standard feature one can expect to work as default?

load more comments (7 replies)
[–] [email protected] 4 points 4 months ago* (last edited 4 months ago)

Imagine using Nano or Vim; when you could be using Cat and Echo.

/s

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

Nano is my "daily drive", but I'd use vim as well -- takes a couple seconds to search for "how to type in linux vim" and "how to save a file in linux vim" anyways. :^)

load more comments (4 replies)
load more comments
view more: ‹ prev next ›