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

29 lines
420 B
Markdown
Raw Normal View History

2020-10-20 00:03:02 +05:30
# zile
> 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:
`<Ctrl> + X, <Ctrl> + S`
2020-10-20 00:03:02 +05:30
- Quit:
`<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:
`<Ctrl> + X, U`