2020-10-19 19:33:02 +01:00
|
|
|
# zile
|
|
|
|
|
2023-11-15 04:25:25 +00:00
|
|
|
> A lightweight clone of the Emacs text editor.
|
2020-10-19 19:33:02 +01:00
|
|
|
> 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:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl> + X, <Ctrl> + S`
|
2020-10-19 19:33:02 +01:00
|
|
|
|
|
|
|
- Quit:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl> + X, <Ctrl> + C`
|
2020-10-19 19:33:02 +01:00
|
|
|
|
|
|
|
- Open a file at a specified line number:
|
|
|
|
|
|
|
|
`zile +{{line_number}} {{path/to/file}}`
|
|
|
|
|
|
|
|
- Undo changes:
|
|
|
|
|
2023-12-29 16:02:08 +00:00
|
|
|
`<Ctrl> + X, U`
|