mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-13 22:51:13 +03:00
17 lines
320 B
Markdown
17 lines
320 B
Markdown
# emacs
|
|
|
|
> The extensible, customizable, self-documenting, real-time display editor.
|
|
> More information: <https://www.gnu.org/software/emacs>.
|
|
|
|
- Start emacs in console mode (without X window):
|
|
|
|
`emacs -nw`
|
|
|
|
- Open a file in emacs:
|
|
|
|
`emacs {{filename}}`
|
|
|
|
- Exit emacs (save buffers and terminate):
|
|
|
|
`Ctrl + X, Ctrl + C`
|