Cloudxtreme / tmux.js

tmux plugin for https://github.com/tadeuzagallo/zsh.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

tmux plugin for https://github.com/tadeuzagallo/zsh.js

License:MIT License


Languages

Language:JavaScript 95.4%Language:Makefile 4.6%