26 lines
307 B
Markdown
26 lines
307 B
Markdown
|
|
||
|
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
|
||
|
```
|
||
|
|
||
|
|