diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:35:01 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-24 02:35:01 +0100 |
commit | 094087893a66b250da1c97608c31c6b521c90153 (patch) | |
tree | 00f618274d6c765b65d3495e51cd8dc963e5b795 /ncmpcpp/bindings | |
parent | ee1220ccfb1e77e07f4c80121c1b383630025f74 (diff) | |
download | dotfiles-094087893a66b250da1c97608c31c6b521c90153.tar.gz dotfiles-094087893a66b250da1c97608c31c6b521c90153.tar.bz2 dotfiles-094087893a66b250da1c97608c31c6b521c90153.zip |
~Moved all files to respective folders for gnu stow
Diffstat (limited to 'ncmpcpp/bindings')
-rw-r--r-- | ncmpcpp/bindings | 31 |
1 files changed, 0 insertions, 31 deletions
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 |