1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

zile: add page (#4755)

This commit is contained in:
Anoop G R 2020-10-20 00:03:02 +05:30 committed by GitHub
parent 948bcac65d
commit fcd2b5a965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

28
pages/linux/zile.md Normal file
View file

@ -0,0 +1,28 @@
# zile
> Zile is a lightweight clone of the Emacs text editor.
> More information: <https://www.gnu.org/software/zile/>.
- Start a buffer for temporary notes, which won't be saved:
`zile`
- Open a file:
`zile {{path/to/file}}`
- Save a file:
`Ctrl + X, Ctrl + S`
- Quit:
`Ctrl + X, Ctrl + C`
- Open a file at a specified line number:
`zile +{{line_number}} {{path/to/file}}`
- Undo changes:
`Ctrl + X, U`