-
Notifications
You must be signed in to change notification settings - Fork 124
-
3.0.0
No due date Last updated almost 7 years agoRewrite with the following goals: break all commands into separate…
Rewrite with the following goals:
- break all commands into separate scripts.
- split apart codebase completely based on tmux version:
- 1.9 (current code style)
- 2.4 (streamlined with new tmux features)
- every key will map to a single shell script.
- this simplies things like requirements checks.
- keys will be easily configured.
-
2.3.0
No due date Last updated almost 8 years agoClean of the current code base. This is prior to rewriting large chunks to make contributions and maintenance easier.