mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
zile: add page (#4755)
This commit is contained in:
parent
948bcac65d
commit
fcd2b5a965
1 changed files with 28 additions and 0 deletions
28
pages/linux/zile.md
Normal file
28
pages/linux/zile.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# zile
|
||||||
|
|
||||||
|
> Zile is 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`
|
Loading…
Add table
Reference in a new issue