mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 19:53:04 +00:00
Update cheatsheets
This commit is contained in:
33
linux/zile
Normal file
33
linux/zile
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
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://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`
|
||||
Reference in New Issue
Block a user