File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Here you can find the recent changes to tmuxp.
9
9
- [internal] :meth:`Window.select_pane` now accepts ``-l``, ``-U``, ``-D``,
10
10
``-L``, ``-R``.
11
11
- [internal] [tests] support for ``automatic-rename`` option.
12
- - [docs] 2 new :ref:`examples`, 'main-pane-height' and 'automatic-rename'.
12
+ - [docs] 3 new :ref:`examples`, 'main-pane-height', 'automatic-rename', and
13
+ 'shorthands'.
13
14
- [cli] enhancements to prompts
14
15
- [cli] ``tmuxp import`` for teamocil and tmuxinator now has a wizard and offers
15
16
to save in JSON or YAML format.
@@ -23,6 +24,8 @@ Here you can find the recent changes to tmuxp.
23
24
publicly.
24
25
- [cli] tmux will now use :meth:`Session.switch_client` and
25
26
:meth:`Session.attach_session` to open new sessions instead of ``os.exec``.
27
+ - [config] tmuxp now allows a new shorter form for panes. Panes can just be a
28
+ string. See the shorthand form in the :ref:`examples` section.
26
29
27
30
2013-10-28
28
31
----------
You can’t perform that action at this time.
0 commit comments