README 617 B

1234567891011121314151617181920
  1. Textadept is a fast, minimalist, and remarkably extensible
  2. cross-platform text editor for programmers.
  3. Written in a combination of C and Lua and relentlessly optimized for
  4. speed and minimalism over the years, Textadept is an ideal editor for
  5. programmers who want endless extensibility without sacrificing speed
  6. or succumbing to code bloat and featuritis.
  7. The following executables are symlinked from /opt/ to /usr/bin/:
  8. -textadept
  9. -textadept-curses
  10. -textadeptjit
  11. -textadeptjit-curses
  12. -tad
  13. -tadc
  14. Note that `tad` and `tadc` are just easier ways to type `textadept`
  15. and `textadept-curses`, respectively.