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
|
||||
N : search-next
|
||||
P : search-prev
|
||||
zh : set library.show_hidden!
|
||||
za : set library.show_hidden!
|
||||
b : set statusbar.show!
|
||||
tl : toggle library
|
||||
tm : toggle manipulate
|
||||
tt : toggle thumbnail
|
||||
V : batchmark-toggle
|
||||
a : scale --level 1.0
|
||||
s : scale --level fit
|
||||
S : scale --level fit-width
|
||||
|
||||
[IMAGE]
|
||||
M : center
|
||||
|
|
Loading…
Reference in a new issue