From eb5de91dc9566b58868756fc28064ca9d6cf878c Mon Sep 17 00:00:00 2001 From: kageru Date: Wed, 7 Feb 2018 13:44:05 +0100 Subject: [PATCH] added feh bindings --- .config/feh/keys | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .config/feh/keys diff --git a/.config/feh/keys b/.config/feh/keys new file mode 100644 index 0000000..28f5e4b --- /dev/null +++ b/.config/feh/keys @@ -0,0 +1,21 @@ +# unsetting the keys bound to next/previous image by stating it without assigning any keys: +next_img +prev_img +# further unsetting: +zoom_in +zoom_out +scroll_right +scroll_left +scroll_up +scroll_down +# custom key mapping: +zoom_in plus +zoom_out minus +scroll_up Up k +scroll_down Down j +scroll_left Left h +scroll_right Right l +# assigning new keys for showing next/previous image +next_img space +prev_img BackSpace +