From 6e48daad1d542935a51a55e833a819f9b0936342 Mon Sep 17 00:00:00 2001 From: alison Date: Wed, 26 Feb 2025 17:22:07 -0800 Subject: [PATCH] ctrl j and k for moving playlist items --- .config/ncmpcpp/bindings | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index ae53839..2fa044a 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -459,16 +459,16 @@ def_key "c" #def_key "C" # crop_main_playlist # -def_key "m" +def_key "ctrl-k" move_sort_order_up # -def_key "m" +def_key "ctrl-k" move_selected_items_up # -def_key "n" +def_key "ctrl-j" move_sort_order_down # -def_key "n" +def_key "ctrl-j" move_selected_items_down # def_key "M"