File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ Here you can find the recent changes to tmuxp.
220
220
- [pypi / packaging] add MANIFEST.in, fix issue where package would not
221
221
install because missing file
222
222
- [cli] bash / zsh completion.
223
- - [docs] New page on :ref:`orm_al `.
223
+ - [docs] New page on :ref:`internals `.
224
224
- [docs] Updates to :ref:`about_tmux` page.
225
225
- [docs] add vim modeline for rst to bottom of this page
226
226
- [internal] [tests] Server is now a subclass of :class:`util.TmuxObject`.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Minor tweaks
93
93
- ``$ tmuxp -2 ``, ``$ tmuxp -8 `` for forcing term colors a la
94
94
:ref: `tmux(1) `.
95
95
- ``$ tmuxp -L<socket-name> ``, ``$ tmuxp -S<socket-path> `` for sockets and
96
- ``$ tmuxp -f<config-file>` for config file.
96
+ ``$ tmuxp -f<config-file> `` for config file.
97
97
98
98
.. _attempt at 1.7 test : https://travis-ci.org/tony/tmuxp/jobs/12348263
99
99
.. _kaptan : https://github.com/emre/kaptan
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ For zsh, ``.zshrc``:
93
93
$ source tmuxp.zsh
94
94
95
95
96
- .. commands : :
96
+ .. _ commands :
97
97
98
98
Commands
99
99
""""""""
@@ -102,3 +102,4 @@ Commands
102
102
:module: tmuxp.cli
103
103
:func: get_parser
104
104
:prog: tmuxp
105
+
You can’t perform that action at this time.
0 commit comments