Skip to content

Commit a6dc146

Browse files
committed
feat(ncmcppp): add some more bindings
1 parent 61e4344 commit a6dc146

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

home/private_dot_config/ncmpcpp/bindings

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,17 @@ def_key "N"
2929

3030
def_key "."
3131
show_lyrics
32+
33+
def_key "space"
34+
add_item_to_playlist
35+
def_key "delete"
36+
delete_playlist_items
37+
38+
def_key "?"
39+
show_help
40+
41+
def_key "1"
42+
show_playlist
43+
44+
def_key "2"
45+
show_browser

0 commit comments

Comments
 (0)