From aa11e57c4e3f2df3a98081b34e49f61b9335edf0 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 23 Aug 2017 23:48:01 -0500 Subject: [PATCH] NCMPCPP: Configure external editor --- .ncmpcpp/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.ncmpcpp/config b/.ncmpcpp/config index 37d716e3..74ee16a7 100644 --- a/.ncmpcpp/config +++ b/.ncmpcpp/config @@ -30,7 +30,7 @@ # ## Needed for tag editor and file operations to work. ## -#mpd_music_dir = ~/music +mpd_music_dir = ~/Music # #mpd_crossfade_time = 5 # @@ -472,11 +472,11 @@ # #search_engine_default_search_mode = 1 # -#external_editor = nano +external_editor = vim # ## Note: set to yes if external editor is a console application. ## -#use_console_editor = yes +use_console_editor = yes # ##### colors definitions ##### ##