Notepad/enter/Coding Tips (Classical)/Terminal Tips/1. Terminals/Text & Editors/Vim/Emacs.md

26 lines
307 B
Markdown
Raw Permalink Normal View History

2023-08-09 22:45:02 +00:00
The other alternative to vim, if you prefer. I'm still a vim user though but here are some extra fun things you can do with emacs.
In terminal:
```
emacs
```
Press Shift + Escape keys, then hit X
(This triggers M-x mode)
Play tetris:
```
tetris
```
Consult a psychotherapist:
```
doctor
```