▲ | SoftTalker 14 hours ago | |||||||
I'm pretty sure that if you have an unmodified install and no .emacs that is configured otherwise, when you start emacs you are prompted with a help screen that includes instructions on using the built-in tutorial. If you do that, you'll learn the basics in about 10-15 minutes. If you skip that, yeah it's pretty different from most other software conventions. | ||||||||
▲ | pkal 13 hours ago | parent | next [-] | |||||||
And if you don't have anything configured, graphical Emacs will have a tool bar with a button to save and a menu bar that also gives the binding for the command. GUI is different because there is no tool bar, but in Emacs 31 `xterm-mouse-mode' will be enabled by default so you can use the menu bar like a TUI. | ||||||||
▲ | Narishma 12 hours ago | parent | prev | next [-] | |||||||
Yup. Vim is similar, except its tutorial takes more like 30 minutes. | ||||||||
| ||||||||
▲ | ksherlock 12 hours ago | parent | prev [-] | |||||||
That's true (you can see it yourself with emacs -nw -q) and the picture is shown in the article. With a completely useless menubar. |