diff options
-rw-r--r-- | config/common/ncmpcpp/bindings | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/config/common/ncmpcpp/bindings b/config/common/ncmpcpp/bindings index a97ad2a..d2a5eb6 100644 --- a/config/common/ncmpcpp/bindings +++ b/config/common/ncmpcpp/bindings @@ -185,12 +185,15 @@ def_key "l" def_key "l" play_item def_key "l" - play -def_key "l" next_column def_key "l" slave_screen +def_key "p" + pause +def_key "P" + play + def_key "H" move_home def_key "L" @@ -203,10 +206,8 @@ def_key "ctrl-d" def_key "x" delete_playlist_items - def_key "x" delete_browser_items - def_key "x" delete_stored_playlist @@ -238,8 +239,6 @@ def_key ">" next def_key "s" stop -def_key "p" - pause def_key "q" quit |