remi / teamocil

There's no I in Teamocil. At least not where you think. Teamocil is a simple tool used to automatically create windows and panes in tmux with YAML files.
MIT License
2.36k stars 101 forks source link

Teamocil throwing error "show-window-options: illegal option -- v" #118

Open luisthethird opened 7 years ago

luisthethird commented 7 years ago

when running teamocil (1.4.2) in a tmux (1.6) window on "MacOSX Yosemite" using the following command "teamocil Keyservers-all" The following errors appear:

show-window-options: illegal option -- v usage: show-window-options [-g] [-t target-window] new-window: illegal option -- c usage: new-window [-adk] [-n window-name] [-t target-window] [command] session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All split-window: illegal option -- c usage: split-window [-dhvP] [-p percentage|-l size] [-t target-pane] [command] session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All split-window: illegal option -- c usage: split-window [-dhvP] [-p percentage|-l size] [-t target-pane] [command] session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All split-window: illegal option -- c usage: split-window [-dhvP] [-p percentage|-l size] [-t target-pane] [command] session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All session not found: Keyservers-All

This is happening when trying to use the following yaml file (Keyservers-all.yml)

windows:

Additional Details: tmux was installed through "brew install"