File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Changelog
44
55Here you can find the recent changes to tmuxp.
66
7+ 0.1.12
8+ ------
9+
10+ - [config] :meth: `config.expand ` now resolves directories in configuration
11+ via :py:func: `os.path.expanduser ` and :py:func: `os.path.expandvars `.
12+
7130.1.11
814------
915
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ You can load your software project in tmux by placing a ``.tmuxp.yaml`` or
305305tmuxp supports loading configs via absolute filename with ``tmuxp load ``
306306and via ``$ tmuxp load . `` if config is in directory.
307307
308- .. bash ::
308+ .. code-block :: bash
309309
310310 $ tmuxp load ~ /workspaces/myproject.yaml
311311
Original file line number Diff line number Diff line change 1818
1919class Pane (util .TmuxMappingObject , util .TmuxRelationalObject ):
2020
21- """:term:`tmux(1)` :ref :`pane`.
21+ """:term:`tmux(1)` :term :`pane`.
2222
2323 :param window: :class:`Window`
2424
You can’t perform that action at this time.
0 commit comments