this post was submitted on 10 Nov 2023
3 points (80.0% liked)

Emacs

305 readers
1 users here now

A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!

Get Emacs

Rules

  1. Posts should be emacs related
  2. Be kind please
  3. Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.

Emacs Resources

Emacs Tutorials

Useful Emacs configuration files and distributions

Quick pain-saver tip

founded 1 year ago
MODERATORS
 

Hello there .
I am using as my OS devuan gnu+linux .
The point is I like philosophy of Unix using like tmux + nvim + mutt .
and I love the vi keybings so much ..

Sometimes I am thinking to switch to gnu emacs .. but I feel that I will find some difficulties
and I am afraid .

Is there a easy way to use emacs ?
can someone help or give me some YT videos to watch to have a good idea about emacs ?

you are viewing a single comment's thread
view the rest of the comments
[–] asiledeneg@alien.top 1 points 10 months ago

In 1988, I'd been using vi (vomit incessantly) for 3 years. I had a light day, so I fired up the Emacs. It was a confusing day figuring things out. I was taking an AI class, so the LISP intrigued me. I just did C to start though. Wrote a short program. Figured out how to run gcc etc from Emacs. Figured out how to run the Makefile from Emacs. So, small step by small step.

Do small programs in your preferred language. Figure out how to compile/run/debug them. Try writing a small program in a weird language. That might make you need to learn elisp. Don't be scared of it. Keep going.