Skip to content

Releases: zeyi2/xzile

XZile 2.7.0: First release

06 Mar 13:15

Choose a tag to compare

This is the first release of XZile, a fork of GNU Zile with extra features while staying a small, fast, terminal Emacs clone.

What's in this release

  • UTF-8 support : Full multi-byte input and display in the main buffer and minibuffer.
  • Line numbers : Optional absolute and relative line number display (line-number-mode, relative-line-number-mode).
  • Horizontal split : C-x 3 to split windows horizontally.
  • Buffer cycling: next-buffer and previous-buffer without reordering the buffer list.
  • Delete selection : With an active region, Backspace and Delete remove the whole region.

The program is now built as xzile and the user init file is ~/.xzile. See README.md and the NEWS file for full details.

INSTALL

Download the tarball below. Build and install as usual:

./configure && make && make install