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

> Greentext

7984 readers
1 users here now

founded 3 years ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] vicfic@iusearchlinux.fyi 1 points 2 years ago (2 children)

The esc key in vim have always bugged me tho.

[–] UlrikHD@programming.dev 1 points 2 years ago* (last edited 2 years ago)

In the ancient times, the escape button wasn't at the upper left corner, but to the left of Q (ADM-A3). Vi (and by extension Vim) just haven't adapted to a different keyboard layout.

[–] tycho@lemmy.sdf.org 0 points 2 years ago (1 children)

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

[–] kamiheku@sopuli.xyz 1 points 2 years ago* (last edited 2 years ago)

Ctrl-c works too

[–] Narrrz@kbin.social 0 points 2 years ago (2 children)

i... think I need this explained to me

[–] starman@programming.dev 3 points 2 years ago* (last edited 2 years 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.
[–] mbw@feddit.de 1 points 2 years ago* (last edited 2 years 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
[–] oantolin@discuss.online 1 points 2 years 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

[–] mbw@feddit.de 1 points 2 years ago

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