From 32f38403a50210b092fc1967383b4205bc71a432 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 17 Jul 2021 15:51:59 +0200 Subject: new update --- .config/ncmpc/keys | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config/ncmpc') diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys index 1a3d631..b9952cc 100644 --- a/.config/ncmpc/keys +++ b/.config/ncmpc/keys @@ -1,5 +1,11 @@ ## Key bindings for ncmpc (generated by ncmpc) +## Move cursor to the top of the list +key home = 262, Ctrl-A, 'g' + +## Move cursor to the bottom of the list +key end = 360, Ctrl-E, 'G' + ## Pause key pause = 'P', 32 @@ -15,3 +21,6 @@ key crossfade = 0 ## Append song to queue key add = 0 +## Locate song in browser +key locate = 0 + -- cgit v1.2.3