File: README

package info (click to toggle)
termit 2.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 464 kB
  • sloc: ansic: 3,599; sh: 55; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
            Termit

    Simple terminal emulator based on vte library, extensible via lua.

    Features:
        * multiple tabs
        * switching encodings
        * sessions
        * configurable keybindings
        * embedded Lua 
    Configuration can be changed via $HOME/.config/termit/rc.lua file (example is provided).
    
    Command-line arguments:
        * --version (-v) - prints version info
        * --init=init_file - use init_file instead of standard rc.lua
        * --execute=cmd - execute command (also -e)

    Keybindings can be configured via rc.lua.
    Defaults are:
        Alt-Left     -  previous tab  
        Alt-Right    -  next tab      
        Ctrl-t       -  open tab      
        Ctlr-w       -  close tab     
        Ctrl-Insert  -  copy          
        Shift-Insert -  paste         

    Lua API is described in lua_api.txt