mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
320 B
320 B
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