snippetbashTip
zile — A lightweight clone of the Emacs text editor. More information: <https://manned.org/zile>.
Viewed 0 times
thecommandziletextlightweightclicloneemacs
linux
Problem
How to use the
zile command: A lightweight clone of the Emacs text editor. More information: <https://manned.org/zile>.Solution
zile — A lightweight clone of the Emacs text editor. More information: <https://manned.org/zile>.Start a buffer for temporary notes, which won't be saved:
zileOpen 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>Code Snippets
Start a buffer for temporary notes, which won't be saved
zileOpen 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}}Context
tldr-pages: linux/zile
Revisions (0)
No revisions yet.