diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-03 00:58:35 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-03 00:58:35 -0500 |
| commit | d01ee57c0b6906d0de1003bdffb9bba67f86546a (patch) | |
| tree | 4f4f5e8e12e8bad45e2389703bc2558402bbd15e /.config | |
| parent | 8a9f0c0c29e2c804c110f129c02558f1e8269bf5 (diff) | |
| download | eibhear-d01ee57c0b6906d0de1003bdffb9bba67f86546a.tar.gz eibhear-d01ee57c0b6906d0de1003bdffb9bba67f86546a.tar.zst eibhear-d01ee57c0b6906d0de1003bdffb9bba67f86546a.zip | |
ncmpcpp bindings additions
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ncmpcpp/bindings | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/.config/ncmpcpp/bindings b/.config/ncmpcpp/bindings index 6eecd3e..d1bfc3e 100644 --- a/.config/ncmpcpp/bindings +++ b/.config/ncmpcpp/bindings @@ -542,10 +542,10 @@ # quit # # -def_key "f" - find -def_key "f" - find_item_forward +#def_key "f" +# find +#def_key "f" +# find_item_forward def_key "+" show_clock @@ -610,3 +610,15 @@ def_key "g" #jump_to_position_in_song def_key "U" update_database +def_key "s" + reset_search_engine +def_key "s" + show_search_engine +def_key "f" + show_browser +def_key "f" + change_browse_mode +def_key "x" + delete_playlist_items +def_key "P" + show_playlist |
