Merge pull request #474 from sethwoodworth/emacs
adds emacs docs to quit and open file
This commit is contained in:
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`
|
Reference in New Issue
Block a user