leader

Lua Based Text Editor (LuEd)

view markdown

Lued

lua-based text editor

Description

Lued is an extensible, terminal-based text editor written in Lua and C.

Contact

<jwrr.com@gmail.com> Vist jwrr.com for more examples.

Download

Basic Operations Work as Expected

Ctrl, Alt and Esc

Working Multiple Files

From the command line you can open one or more files, lued .txt. Each file is contained in a tab. Once in lued, you can open, close, create and select files with the following commands.
  • Ctrl+Oopens another file.
  • Alt+ttlets you select from a list of open tabs/files.
  • Alt+TTtoggles between the last two tabs.
  • Alt+=changes to the next tab.
  • Alt++changes to the previous tab.
  • Ctrl+Ncreates a new file.
  • Alt+wcloses the current file..

Moving Around

Select, Copy, Cut, Delete and Paste

Find and Replace

Comments

Remove All Trailing Spaces

Mouse

Installation

Trial Run