this post was submitted on 17 Aug 2023
2 points (100.0% liked)

> Greentext

7440 readers
138 users here now

founded 2 years ago
MODERATORS
 
top 8 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago (1 children)

The esc key in vim have always bugged me tho.

[–] [email protected] 0 points 1 year ago (1 children)

Do not fear for there is an equivalent to ESC! The glorious Ctrl+[

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Ctrl-c works too

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

i... think I need this explained to me

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

In this case anon just want to search and replace text in file using various text editors, but he describes it funny way:

  • acme: very slow process because it requires using mouse and keyboard alternately
  • emacs: faster because you don't have to use mouse but requires pressing a lot of weird and complicated key combinations and use many modifier keys like ctrl, alt and so on, in this case description is a bit exaggerated. Also see emacs pinky syndrome
  • vim: portrayed as simple and efficient, anon is probably vim user.
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Although the relevant links have already been provided, the gist is

  • Acme stands for some "generic" editor here, where you have to use the mouse a lot, which is perceived as slow
  • Emacs is known to be very powerful (to the extend of being called an "OS with a bad editor"), but using unergonomic keyboard shortcuts
  • Vim is an editor that has been designed for keyboard power users in mind, but which has the reputation of being difficult to learn
[–] [email protected] 1 points 1 year ago (1 children)

Acme doesn't stand for some generic editor! It's the famous acme text editor by Rob Pike. It's an interesting editor, very different from Emacs or Vim, and yes, very mousey. In this video Russ Cox gives a great overview: https://youtu.be/dP1xVpMPn8M

[–] [email protected] 1 points 1 year ago

I should've done my homework before replying then :)