1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 22:15:23 +02:00
tldr/pages/linux/zile.md
Lena 0fddee2272
pages/*: reword descriptions to comply with the style guide (#11507)
* pages/*: reword descriptions to comply with the style guide

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-15 09:55:25 +05:30

28 lines
410 B
Markdown

# zile
> 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`