From a4c22c8fc224630dd82e13326eb64587e86e2c68 Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Wed, 7 Sep 2022 01:00:45 -0500 Subject: Add mpd and ncmpc dotfiles --- other/ncmpc/keys | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 other/ncmpc/keys (limited to 'other/ncmpc/keys') diff --git a/other/ncmpc/keys b/other/ncmpc/keys new file mode 100644 index 0000000..4e2b152 --- /dev/null +++ b/other/ncmpc/keys @@ -0,0 +1,23 @@ +## 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' + +## Scroll up half a screen +key scroll-down-half = 'N', Ctrl-D + +## Scroll down half a screen +key scroll-up-half = 'B', Ctrl-U + +## Delete song from queue +key delete = 330 + +## Start a music database update +key db-update = 0 + +## Locate song in browser +key locate = 0 + -- cgit v1.2.3