vimiv: Add scale keys a and s
Like in zathura, like in sioyek, we use a to view the image in 1:1 scale, or s to fit it to the screen (or S to specifically fit its width to the screen).
This commit is contained in:
parent
575e17a924
commit
32e743edba
1 changed files with 4 additions and 1 deletions
|
@ -26,12 +26,15 @@ k : scroll up
|
||||||
? : search --reverse
|
? : search --reverse
|
||||||
N : search-next
|
N : search-next
|
||||||
P : search-prev
|
P : search-prev
|
||||||
zh : set library.show_hidden!
|
za : set library.show_hidden!
|
||||||
b : set statusbar.show!
|
b : set statusbar.show!
|
||||||
tl : toggle library
|
tl : toggle library
|
||||||
tm : toggle manipulate
|
tm : toggle manipulate
|
||||||
tt : toggle thumbnail
|
tt : toggle thumbnail
|
||||||
V : batchmark-toggle
|
V : batchmark-toggle
|
||||||
|
a : scale --level 1.0
|
||||||
|
s : scale --level fit
|
||||||
|
S : scale --level fit-width
|
||||||
|
|
||||||
[IMAGE]
|
[IMAGE]
|
||||||
M : center
|
M : center
|
||||||
|
|
Loading…
Reference in a new issue