diff options
Diffstat (limited to '.config/ncmpc')
-rw-r--r-- | .config/ncmpc/keys | 9 |
1 files changed, 9 insertions, 0 deletions
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 + |