Module textredux.hijack

The hijack module provides the easiest, and most invasive, way of getting Textredux functionality for Textadept.

It's a one-stop setup in the way that you don't really have to configure anything else to use the functionality of Textredux - the hijack module inserts itself anywhere it can and will automatically integrate with your existing key bindings.

How to use

After installing the Textredux module into your .textadept/modules directory, simply add the following to your .textadept/init.lua file:

require 'textredux.hijack'

Info: