Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 942 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 942 Bytes

Elastic Tabstops for Textadept

This is a module for the Textadept editor that implements Elastic Tabstops, a mechanism to align text invented by Nick Gravgaard. With Elastic Tabstops, tabstops are positioned automatically to fit the text between them and to align them with tabstops on adjacent lines. This means only a single tab has to be inserted between columns, rather than inserting manually the required number of tabs or spaces.

Dependencies

Textadept 11.0

Installation

  1. Save the file elastic_tabstops.lua to one of Textadept's modules directories, e.g. ~/.textadept/modules/.

  2. Add the following line to ~/.textadept/init.lua:

    require("elastic_tabstops")
    
  3. Restart Textadept.

License

This module is provided under the ISC license. See the file LICENSE for details.