File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515```
1616
17- libtmux is an [ abstraction layer] [ abstraction layer ] for tmux.
17+ libtmux is an [ abstraction layer] for tmux.
1818
1919It builds upon the concept of targets ` -t ` , to direct commands against
2020individual session, windows and panes and ` FORMATS ` , template variables
2121exposed by tmux to describe their properties. Think of ` -t ` analagously
22- to [ scope] [ scope ] .
22+ to [ scope] .
2323
2424{class}` common.TmuxRelationalObject ` acts as a container to connect the
2525relations of {class}` Server ` , {class}` Session ` , {class}` Window ` and
@@ -60,7 +60,7 @@ and how python objects and tools can abstract the API's in a pleasant way.
6060
6161libtmux uses ` FORMATTERS ` in tmux to give identity attributes to
6262{class}` Session ` , {class}` Window ` and {class}` Pane ` objects. See
63- [ format.c] [ format.c ] .
63+ [ format.c] .
6464
6565[ format.c ] : https://github.com/tmux/tmux/blob/master/format.c
6666
You can’t perform that action at this time.
0 commit comments