1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-13 15:55:29 +02:00
tldr/pages/linux/zile.md

28 lines
406 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>`