dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit df10d8316e4ac1133039f01eec996f97d6f975f4
parent 09a95634d4608b8c808cbc04d757909810be9703
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri,  2 Sep 2022 12:34:46 +0200

ncmpcpp: regex search

Diffstat:
Mncmpcpp/config | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/ncmpcpp/config b/ncmpcpp/config @@ -37,6 +37,21 @@ playlist_editor_display_mode = columns browser_display_mode = columns search_engine_display_mode = columns +## Note: You can choose default search mode for search engine. Available modes +## are: +## +## - 1 - use mpd built-in searching (no regexes, pattern matching) +## +## - 2 - use ncmpcpp searching (pattern matching with support for regexes, but +## if your mpd is on a remote machine, downloading big database to process +## it can take a while +## +## - 3 - match only exact values (this mode uses mpd function for searching in +## database and local one for searching in current playlist) +## +# +search_engine_default_search_mode = 2 + progressbar_look = -> now_playing_prefix = "> " modified_item_prefix = "~ "