0.2.1 • Published 9 years ago

tmux.js v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

tmux.js

A tmux plugin for zsh.js

Usage

var zsh = require('zsh.js'),
    tmux = require('tmux.js');

zsh.create('container');
tmux.init(zsh);

Current available commands

Tmux prefix is set to the default, C-b

And right now you can:

  • Create a new window with C-b c
  • Move to the window at right with C-b <right> or C-b l
  • Move to the window at left with C-b <left> or C-b h
  • Delete the current window with C-b q
0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

10 years ago

0.0.1

10 years ago