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
4
4
5
5
Here you can find the recent changes to tmuxp.
6
6
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
+
7
13
0.1.11
8
14
------
9
15
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
305
305
tmuxp supports loading configs via absolute filename with ``tmuxp load ``
306
306
and via ``$ tmuxp load . `` if config is in directory.
307
307
308
- .. bash ::
308
+ .. code-block :: bash
309
309
310
310
$ tmuxp load ~ /workspaces/myproject.yaml
311
311
Original file line number Diff line number Diff line change 18
18
19
19
class Pane (util .TmuxMappingObject , util .TmuxRelationalObject ):
20
20
21
- """:term:`tmux(1)` :ref :`pane`.
21
+ """:term:`tmux(1)` :term :`pane`.
22
22
23
23
:param window: :class:`Window`
24
24
You can’t perform that action at this time.
0 commit comments