Releases: zeyi2/xzile
Releases · zeyi2/xzile
XZile 2.7.0: First release
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 3to split windows horizontally. - Buffer cycling:
next-bufferandprevious-bufferwithout 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