2020-10-20 00:03:02 +05:30
|
|
|
# zile
|
|
|
|
|
2023-11-15 05:25:25 +01:00
|
|
|
> A lightweight clone of the Emacs text editor.
|
2020-10-20 00:03:02 +05:30
|
|
|
> 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:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl x><Ctrl s>`
|
2020-10-20 00:03:02 +05:30
|
|
|
|
|
|
|
- Quit:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl x><Ctrl c>`
|
2020-10-20 00:03:02 +05:30
|
|
|
|
|
|
|
- Open a file at a specified line number:
|
|
|
|
|
|
|
|
`zile +{{line_number}} {{path/to/file}}`
|
|
|
|
|
|
|
|
- Undo changes:
|
|
|
|
|
2025-03-09 14:03:08 +02:00
|
|
|
`<Ctrl x><u>`
|