this post was submitted on 19 Aug 2023
462 points (97.1% liked)

linuxmemes

20776 readers
732 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BartsBigBugBag@lemmy.tf 0 points 1 year ago* (last edited 1 year ago) (2 children)
[–] Clusterfck@lemmy.sdf.org 4 points 1 year ago* (last edited 1 year ago) (1 children)

Or just use nano and have a built in cheat sheet

Edit: I just realized nano is the gen z text editor for Linux....

[–] rikudou@lemmings.world 6 points 1 year ago

I've used it before gen z was a thing, so no.

[–] buedi@feddit.de 1 points 1 year ago (1 children)

Why do people just don't ESC :x? Do I miss something when not using q!?

[–] forwardvoid@feddit.nl 5 points 1 year ago (2 children)

:x also writes (same as :wq). :q! is force quit. If you accidentally made changes then :q will give an error and :x will write those changes. So :q! Is you safest bet if you need to gtfo.

[–] Morphit@feddit.uk 1 points 1 year ago
[–] buedi@feddit.de 1 points 1 year ago

Now that you write it... I use :q! all the time but I did not realize. I guess that is just muscle memory :-)