From 197013662090024d3edf913ea1a871c986b023c7 Mon Sep 17 00:00:00 2001 From: jon Date: Sat, 5 Aug 2017 09:35:22 -0500 Subject: [PATCH] Added config for ncmpcpp --- mpd/.ncmpcpp/bindings | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mpd/.ncmpcpp/bindings diff --git a/mpd/.ncmpcpp/bindings b/mpd/.ncmpcpp/bindings new file mode 100644 index 0000000..b0fb8dd --- /dev/null +++ b/mpd/.ncmpcpp/bindings @@ -0,0 +1,9 @@ +#key_move_song_up = 'K' +#key_move_song_down = 'J' +#key_next_found_position = 'n' +#key_prev_found_position = 'N' + +def_key "j" + scroll_down +def_key "k" + scroll_up