summaryrefslogtreecommitdiffstats
path: root/.config/ncmpc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 23:42:48 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-21 23:42:48 +0200
commit6560bf577c05242d05c5d81cd47c44d8caab5740 (patch)
tree5a79a4da5743bec1c555271994ff2b4d987274ff /.config/ncmpc
parentnew aliases (diff)
downloaddotfiles-bsd-6560bf577c05242d05c5d81cd47c44d8caab5740.tar.gz
dotfiles-bsd-6560bf577c05242d05c5d81cd47c44d8caab5740.tar.bz2
dotfiles-bsd-6560bf577c05242d05c5d81cd47c44d8caab5740.tar.xz
dotfiles-bsd-6560bf577c05242d05c5d81cd47c44d8caab5740.tar.zst
dotfiles-bsd-6560bf577c05242d05c5d81cd47c44d8caab5740.zip
ncmpc keys update and more
Diffstat (limited to '.config/ncmpc')
-rw-r--r--.config/ncmpc/keys19
1 files changed, 19 insertions, 0 deletions
diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys
index cb59513..f48b205 100644
--- a/.config/ncmpc/keys
+++ b/.config/ncmpc/keys
@@ -6,9 +6,21 @@ key home = 262, Ctrl-A, 'g'
## Move cursor to the bottom of the list
key end = 360, Ctrl-E, 'G'
+## Select currently playing song
+key select-playing = 'o'
+
+## Help screen
+key screen-help = '1', F1
+
+## Play/Enter directory
+key play = Ctrl-M, 'l'
+
## Pause
key pause = 'P', 32
+## Crop
+key crop = 'X'
+
## Select/deselect song in queue
key select = 'a'
@@ -18,8 +30,15 @@ key delete = 330, 'd', 'x'
## Toggle crossfade mode
key crossfade = 0
+## Save queue
+key save = 0
+
## Append song to queue
key add = 0
+## Go to parent directory
+key go-parent-directory = 'h', 34
+
## Locate song in browser
key locate = 0
+