diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-09-07 01:00:45 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-09-07 01:00:45 -0500 |
| commit | a4c22c8fc224630dd82e13326eb64587e86e2c68 (patch) | |
| tree | 45d5d207a883917013caafb72134ba4d96d58cd4 /other/ncmpc/keys | |
| parent | 00189e89e1092cbf9a6f452de0ae1283473e0639 (diff) | |
| download | dotfiles-a4c22c8fc224630dd82e13326eb64587e86e2c68.tar.gz dotfiles-a4c22c8fc224630dd82e13326eb64587e86e2c68.tar.bz2 dotfiles-a4c22c8fc224630dd82e13326eb64587e86e2c68.zip | |
Add mpd and ncmpc dotfiles
Diffstat (limited to 'other/ncmpc/keys')
| -rw-r--r-- | other/ncmpc/keys | 23 |
1 files changed, 23 insertions, 0 deletions
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 + |
