System Grab Bag

View all TLDR pages from Linux (or from all pages)

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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.