summaryrefslogtreecommitdiff
path: root/.config/feh/keys
blob: 8df056be7fd25582771945c52e446013e7ee924d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Basic vim navigation
next_img l Right space
prev_img h Left BackSpace

# Vertical movement (useful for zoomed images)
scroll_up k Up
scroll_down j Down

# Jump to first/last image (vim-style)
jump_first g
jump_last G

# Zoom controls (vim-inspired)
zoom_in plus equal
zoom_out minus
zoom_fit 0
zoom_fill F

# Quit (vim-style)
quit q Escape

# Toggle fullscreen
toggle_fullscreen f

# Rotate images
orient_1 greater
orient_3 less

# File operations
delete Delete d
save_image s

# Menu toggle
toggle_menu m

# Info toggle
toggle_info i

# Toggle filename display
toggle_filename n

# Random/shuffle mode
toggle_pause p

# Additional vim-style navigation
# Jump forward/backward by 10 images
jump_fwd w
jump_back b

# Reload current image
reload r R

# Toggle auto-zoom
toggle_auto_zoom a
Back to https://optics-design.com