vi-like editor based on Plan 9's structural regular expressions

$ luarocks install vix

vix is a highly efficient screen-oriented text editor combining the strengths of both vi(m) and sam.

To ensure vix and its dependencies are properly found when installed via LuaRocks --local,
add the following to your shell profile (~/.bashrc or ~/.zshrc):

# Add LuaRocks local bin to PATH
export PATH="$HOME/.luarocks/bin:$PATH"

# Setup Lua paths for local modules
eval $(luarocks path --lua-version 5.4)

# Enable man pages
export MANPATH="$HOME/.luarocks/share/man:$MANPATH"

Versions

0.1-676 days ago38 downloads
0.1-578 days ago20 downloads
0.1-479 days ago(revision: 2)4 downloads
0.1-383 days ago5 downloads
0.1-283 days ago4 downloads
0.1-183 days ago4 downloads

Dependencies

lua >= 5.1

Manifests