Go to file
Allard Hendriksen beacdb5ffc Add support for tmux windows
It is now possible to create multiple windows in the same
session. One can write, for example,

echo boom

echo done

This will open up a terminal window with one tmux session, named
'hello', and two windows, named 'boom' and 'done'.
2018-01-09 09:56:18 +01:00
.gitignore Initial commit 2018-01-02 18:58:25 +01:00
README.md Add README 2018-01-02 19:06:43 +01:00
ob-tmux.el Add support for tmux windows 2018-01-09 09:56:18 +01:00

README.md

ob-tmux.el

An ob-screen.el inspired export block for org mode and tmux.