tmux.js

0.2.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tmux.js

Weekly Downloads

3

Version

0.2.1

License

MIT

Last publish

Collaborators

  • tadeuzagallo