tmux.js
v0.2.1
Published
A web version of my terminal
Readme
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>orC-b l - Move to the window at left with
C-b <left>orC-b h - Delete the current window with
C-b q
