35 lines
		
	
	
		
			705 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			705 B
		
	
	
	
		
			Plaintext
		
	
	
	
# From `feh man`:
 | 
						|
#    Note: Do not use the same keybinding for multiple actions.  When binding an action to a new key (or mouse button),
 | 
						|
#    make sure to unbind it from its previous action, if present.  feh does not check for conflicting bindings, so
 | 
						|
#    their behaviour is undefined.
 | 
						|
 | 
						|
# unbind some defaults
 | 
						|
toggle_pause
 | 
						|
toggle_keep_vp
 | 
						|
save_filelist
 | 
						|
next_img
 | 
						|
prev_img
 | 
						|
zoom_default
 | 
						|
zoom_fit
 | 
						|
 | 
						|
# toggle_pause space
 | 
						|
 | 
						|
next_img      l Right
 | 
						|
prev_img      h Left
 | 
						|
 | 
						|
scroll_up     K
 | 
						|
scroll_down   J
 | 
						|
scroll_left   H
 | 
						|
scroll_right  L
 | 
						|
 | 
						|
zoom_in       k
 | 
						|
zoom_out      j
 | 
						|
zoom_fit     Up
 | 
						|
zoom_default  Down 
 | 
						|
 | 
						|
menu_parent   h Left
 | 
						|
menu_child    l Right
 | 
						|
menu_down     j Down
 | 
						|
menu_up       k Up
 | 
						|
menu_select   space Return
 |