From 094087893a66b250da1c97608c31c6b521c90153 Mon Sep 17 00:00:00 2001 From: dx Date: Fri, 24 Apr 2020 02:35:01 +0100 Subject: ~Moved all files to respective folders for gnu stow --- ncmpcpp/.config/ncmpcpp/bindings | 31 +++++++++++++++++++++++++++++++ ncmpcpp/bindings | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 ncmpcpp/.config/ncmpcpp/bindings delete mode 100644 ncmpcpp/bindings (limited to 'ncmpcpp') diff --git a/ncmpcpp/.config/ncmpcpp/bindings b/ncmpcpp/.config/ncmpcpp/bindings new file mode 100644 index 0000000..8cb1a39 --- /dev/null +++ b/ncmpcpp/.config/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 diff --git a/ncmpcpp/bindings b/ncmpcpp/bindings deleted file mode 100644 index 8cb1a39..0000000 --- a/ncmpcpp/bindings +++ /dev/null @@ -1,31 +0,0 @@ -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 -- cgit v1.2.3-13-gbd6f