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/.config | |
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/.config')
-rw-r--r-- | ncmpcpp/.config/ncmpcpp/bindings | 31 |
1 files changed, 31 insertions, 0 deletions
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 |