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