top | item 37232812

(no title)

sleiben | 2 years ago

I saw people (in their 30s) using emacs for almost everything. Coding, reading mails, organizing their todos and so on. It was impressive to see their workflow.

The only thing which hold me back to really learn it, were the stories about repetitive strain injuries: https://news.ycombinator.com/item?id=36718793

discuss

order

KolenCh|2 years ago

This is (1) not a problem unique to eMacs and also (2) not originated from it.

(2 means eMacs specific, 1 means general. Sorry slightly confusing.)

Eg (1) macOS by default shares some eMacs key bindings.

(2) It is not originated from it because initially those keys aren't where they are now.

Solutions are

1. Remap the keys to solve (2) 2. Programmable keyboard (for every key bindings) to solve (1)

flylikeabanana|2 years ago

Nit: It's a proper noun "Emacs" unless you're maybe referring to the executable "emacs", but at any rate the eMac was a computer sold by Apple in the education sector, and eMacs is the plural of that. Your iOS device is likely autocorrecting to that spelling, because to Apple, what else could you possibly be referring to?

tmtvl|2 years ago

In 2018 I switched from Vim (used for 5 years) to Emacs and I have no complaints about RSI/CT. It may be because I also learned to properly type with Dvorak at the same time. Unlike most Vim switchers I don't use Evil because modal editing just doesn't work for me. I always find myself having to change mode to do something and half the time the mode change doesn't take and shenanigans occur.

fransje26|2 years ago

> The only thing which hold me back to really learn it, were the stories about repetitive strain injuries

Without wanting to be a troll, that's exactly what happened to me within 3 days after switching to emacs.. So I reluctantly terminated my emacs experiment early and switched back to vim..

helmut_hed|2 years ago

You definitely needed to be on evil-mode or a framework (like Doom) based on it. The key bindings with ctl, alt, etc. are the least important part of Emacs but sadly, the part everyone thinks of first...

jgilias|2 years ago

Try Doom Emacs and configure it with evil mode (vim keybindings). Presto, problem solved!

struanr|2 years ago

Also worth swapping the control and caps lock keys (system wide if possible). Takes a while to relearn but much easier to reach with your pinky.

natsucks|2 years ago

The native bindings are...not great. Personally i use xah-fly-keys, but evil (vim) keybindings are popular.