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:
commit
1f74ef276d
1 changed files with 15 additions and 0 deletions
15
pages/common/emacs.md
Normal file
15
pages/common/emacs.md
Normal 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`
|
Loading…
Add table
Reference in a new issue