Files
cheatsheet-tldr/tldr/linux/zile
2025-08-21 00:18:40 +00:00

34 lines
487 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# zile
> A lightweight clone of the Emacs text editor.
> More information: <https://manned.org/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>`