diff options
Diffstat (limited to '')
-rw-r--r-- | doc/config.sample | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/config.sample b/doc/config.sample index b0097dce1..2f8ba1cec 100644 --- a/doc/config.sample +++ b/doc/config.sample @@ -8,12 +8,24 @@ ## wide_cursor - make the cursor as wide as the screen #wide-cursor = yes +## wrapped cursor movement +#wrap-around = no + +## wrapped find mode +#find-wrap = yes + ## list-format #list-format = "%name%|[%artist% - ]%title%|%file%" ## status-format #status-format = "[%artist% - ]%title%|%shortfile%" +## sound audible bell on alerts +#audible-bell = yes + +## enable visible bell on alerts +#visible-bell = no + ## ## Color configuration |