diff options
Diffstat (limited to '.config/ncmpcpp/bindings')
-rw-r--r-- | .config/ncmpcpp/bindings | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings new file mode 100644 index 0000000..6a3dbaf --- /dev/null +++ b/.config/ncmpcpp/bindings @@ -0,0 +1,10 @@ +def_key "l" + next_column +def_key "h" + previous_column +def_key "k" + scroll_up +def_key "j" + scroll_down +def_key "d" + delete_playlist_items |