Skip to content

Commit d09d49d

Browse files
committed
Docs(init): Update config header comment for Settings struct
1 parent e7dac86 commit d09d49d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

cmd/init.go

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)