File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -77,18 +77,15 @@ func generateConfigYAML(cfg models.Config) string { // {{{
7777#
7878# fallback_session: Session to create when killing the last tmux session
7979#
80- # tmux_base: Base index for tmux windows (0 or 1, should match your tmux.conf)
81- #
82- # default_depth: Default scanning depth for scan_dirs without explicit depth
83- #
8480# session_layout: Default layout for new tmux sessions
8581# windows: List of windows to create with optional commands
8682#
87- # editor: Default editor for 'muxly config edit' (overrides $EDITOR)
88- #
89- # tmux_session_prefix: Prefix for active tmux sessions in the selector
90- #
91- # always_kill_on_last_session: Skip fallback prompt and kill server on last session
83+ # settings: General application settings
84+ # editor: Default editor for 'muxly config edit' (overrides $EDITOR)
85+ # tmux_base: Base index for tmux windows (0 or 1, should match your tmux.conf)
86+ # default_depth: Default scanning depth for scan_dirs without explicit depth
87+ # tmux_session_prefix: Prefix for active tmux sessions in the selector
88+ # always_kill_on_last_session: Skip fallback prompt and kill server on last session
9289
9390`
9491 yamlData , err := yaml .Marshal (cfg )
You can’t perform that action at this time.
0 commit comments