emacs
all
The extensible, customizable, self-documenting, real-time display editor. See also: `emacsclient`.
More info →Options (1)
--no-window-systembooleanStart Emacs in console mode (without an X window)
Example:
emacs {{[-nw|--no-window-system]}}Examples (8)
Start Emacs and open a file
emacs path/to/fileOpen a file at a specified line number
emacs +line_number path/to/fileRun an Emacs Lisp file as a script
emacs --script path/to/file.elStart Emacs in console mode (without an X window)
emacs [-nw|--no-window-system]Start an Emacs server in the background (accessible via `emacsclient`)
emacs --daemonStop a running Emacs server and all its instances, asking for confirmation on unsaved files
emacsclient --eval '(save-buffers-kill-emacs)'Save a file in Emacs
<Ctrl x><Ctrl s>Quit Emacs
<Ctrl x><Ctrl c>made by @shridhargupta | data from tldr-pages