- attributes for formatters are now accessible via
`Session`, `Window` and `Pane` objects. `session.name`
is equivalent to `session.get('session_name')`, you can do the
same with other properties in `_info`. `window.name`,
`pane.current_path`, `session.id`, `window.id`, `pane.id`,
`session.index`, `window.index`, `pane.index`, etc.
- `attached_sessions`, `attached_window` and
`attached_pane` are now properties.
- `_TMUX` metadata object changed to `_info`.
- `.findWhere()` is now `find_where`.
- README and usage fixes