File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,22 @@ Additional Features
66
66
**Unit tests ** Tests against live tmux version to test statefulness of
67
67
tmux sessions, windows and panes. See :ref: `travis `.
68
68
69
- **Import config ** import configs from Teamocil / Tmuxinator
69
+ **Import config ** import configs from Teamocil / Tmuxinator *** **
70
+
71
+ **Session freezing ** Supports session freezing into YAML and JSON
72
+ format *** **.
70
73
71
74
**JSON config ** JSON config support
72
75
73
- **Conversion **
76
+ **Conversion ** ``$ tmuxp convert <filename> `` can convert files to and
77
+ from JSON and YAML.
78
+
79
+ Footnotes
80
+ """""""""
74
81
75
- **Session freezing ** Supports session freezing into YAML and JSON format.
82
+ * Tmuxp session configurations can be very complicated, importing and
83
+ freezing sessions may save a lot of time, but tweaking will probably be
84
+ required. There is no substitute for a config made with love.
76
85
77
86
.. _attempt at 1.7 test : https://travis-ci.org/tony/tmuxp/jobs/12348263
78
87
.. _kaptan : https://github.com/emre/kaptan
Original file line number Diff line number Diff line change 113
113
if on_rtd :
114
114
html_theme = 'default'
115
115
else :
116
- html_theme = 'bootstrap'
117
116
html_theme = 'rtd'
118
117
119
118
# Theme options are theme-specific and customize the look and feel of a theme
You can’t perform that action at this time.
0 commit comments