1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 01:26:03 +02:00

Merge pull request #474 from sethwoodworth/emacs

adds emacs docs to quit and open file
This commit is contained in:
Leandro Ostera 2015-12-30 18:50:01 +01:00
commit 1f74ef276d

15
pages/common/emacs.md Normal file
View file

@ -0,0 +1,15 @@
# emacs
> The extensible, customizable, self-documenting, real-time display editor
- Open emacs in console mode (without X window)
`emacs -nw`
- Open a file in emacs
`emacs {{filename}}`
- Exit emacs
`C-x C-c`