diff options
author | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 23:50:52 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2020-02-09 23:50:52 +0000 |
commit | e6ac30765f5ac3450276c384fe82dd60000b0b57 (patch) | |
tree | baf6bbee79008bbcf2c5be33dc87ac80118becaf /ncmpcpp/bindings | |
parent | 255c7597e96f57d9e359b072ae690de682074ff6 (diff) | |
download | dotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.tar.gz dotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.tar.bz2 dotfiles-e6ac30765f5ac3450276c384fe82dd60000b0b57.zip |
+ncmpcpp config to dotfiles
Basically just bindings for ncmpcpp because wow it's powerful
Diffstat (limited to 'ncmpcpp/bindings')
-rw-r--r-- | ncmpcpp/bindings | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings new file mode 100644 index 0000000..8cb1a39 --- /dev/null +++ b/ncmpcpp/bindings @@ -0,0 +1,31 @@ +def_key "/" + find +def_key "/" + find_item_forward + +def_key "+" + volume_up +def_key "-" + volume_down +def_key "=" + show_clock + + +def_key "ctrl-f" + page_down +def_key "ctrl-b" + page_up + +def_key "h" + previous_column +def_key "l" + next_column + + +def_key "j" + scroll_down +def_key "k" + scroll_up + +def_key "v" + select_item |