mirror of https://github.com/CrimsonTome/tldr.git
279 B
279 B
emacs
The extensible, customizable, self-documenting, real-time display editor. More information: https://www.gnu.org/software/emacs.
- Open emacs in console mode (without X window):
emacs -nw
- Open a file in emacs:
emacs {{filename}}
- Exit emacs:
C-x C-c