this post was submitted on 02 Sep 2024
798 points (93.6% liked)

Linux

56134 readers
1175 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 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] m4m4m4m4@lemmy.world 11 points 10 months ago (3 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.

[–] tetris11@lemmy.ml 6 points 10 months ago* (last edited 10 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

[–] m4m4m4m4@lemmy.world 8 points 10 months ago* (last edited 10 months ago) (1 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

[–] tetris11@lemmy.ml 2 points 10 months ago (1 children)

you still can, but I think Ubuntu and other prepacked distros will switch soon to the better bindings

[–] socsa@piefed.social 4 points 10 months ago

Great so now I will mangle all my merge commits depending on which version the host is using.

[–] lemmyvore 5 points 10 months ago (1 children)

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

[–] tetris11@lemmy.ml 7 points 10 months ago* (last edited 10 months ago)
  • nano

    • Ctrl-Q search backwards
    • Ctrl-S and Ctrl-X is save file
    • Ctrl-V is scroll down
    • Ctrl-C is cancel or info
  • nano --modernbindings

    • Ctrl-Q quits
    • Ctrl-S is save file
    • Ctrl-X is cut
    • Ctrl-C is copy
    • Ctrl-V is paste
[–] psycho_driver@lemmy.world 4 points 10 months ago

I mean quitting vim isn't hard you just reset the computer.

[–] grysbok@lemmy.sdf.org 1 points 10 months ago

The problem with using nano for years is that I now try using nano shortcuts in other programs. Random new windows opening is confusing, until you figure out Ctrl+o isn't save in that program. Then it's just annoying because you still have your inappropriate muscle memory.