dotfiles

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

commit c596fbe0983ef59a9fcaed56cc0ece2e5d759e5f
parent 8d4b4dbb7d47a6de0d4ba77f828028e7298dc91a
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 18 Dec 2020 23:49:33 +0100

ncmpcpp: binding to move items in playlists

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

diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings @@ -77,3 +77,7 @@ def_key "?" def_key "*" select_item +def_key "J" + move_selected_items_down +def_key "K" + move_selected_items_up