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
6666**Unit tests ** Tests against live tmux version to test statefulness of
6767tmux sessions, windows and panes. See :ref: `travis `.
6868
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 *** **.
7073
7174**JSON config ** JSON config support
7275
73- **Conversion **
76+ **Conversion ** ``$ tmuxp convert <filename> `` can convert files to and
77+ from JSON and YAML.
78+
79+ Footnotes
80+ """""""""
7481
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.
7685
7786.. _attempt at 1.7 test : https://travis-ci.org/tony/tmuxp/jobs/12348263
7887.. _kaptan : https://github.com/emre/kaptan
Original file line number Diff line number Diff line change 113113if on_rtd :
114114 html_theme = 'default'
115115else :
116- html_theme = 'bootstrap'
117116 html_theme = 'rtd'
118117
119118# 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