this post was submitted on 11 Sep 2023
580 points (88.8% liked)

linuxmemes

20453 readers
202 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
[–] [email protected] 14 points 11 months ago* (last edited 11 months ago) (1 children)
[–] [email protected] 4 points 11 months ago (1 children)
[–] [email protected] 3 points 11 months ago (1 children)

Terminal-based scriptable text editor, continuation of one of the first interactive programs in the world (vi), so it has a lot of legacy User Experience, which seems unintuitive for modern users. For instance, it does not automatically write when you launch a program. Instead, you are set in so-called "Normal mode", which maps all the keyboard keys to text-editing macros and acts as a bridge between "Insert mode" (for typing text) and "Command mode" (for application control and . If you're on "Insert mode" and want to save your edits and quit, you need to press ESC, to switch back to the Normal mode, and type in :wq and press Enter.

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

Rest in power Bram. <3