Migrate to chezmoi
Move config files from config to chezmoi Add script to auto install packages with DNF and Cargo
This commit is contained in:
parent
110e0882c6
commit
224c7ed45c
1654 changed files with 470035 additions and 51 deletions
87
chezmoi/dot_config/vimiv/keys.conf
Normal file
87
chezmoi/dot_config/vimiv/keys.conf
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
[GLOBAL]
|
||||
<colon> : command
|
||||
o : command --text='open '
|
||||
yy : copy-name
|
||||
ya : copy-name --abspath
|
||||
yA : copy-name --abspath --primary
|
||||
yY : copy-name --primary
|
||||
x : delete %%
|
||||
gi : enter image
|
||||
gl : enter library
|
||||
gm : enter manipulate
|
||||
gt : enter thumbnail
|
||||
f : fullscreen
|
||||
G : goto -1
|
||||
gg : goto 1
|
||||
m : mark %%
|
||||
q : quit
|
||||
. : repeat-command
|
||||
j : scroll down
|
||||
h : scroll left
|
||||
l : scroll right
|
||||
k : scroll up
|
||||
/ : search
|
||||
? : search --reverse
|
||||
N : search-next
|
||||
P : search-prev
|
||||
b : set statusbar.show!
|
||||
tl : toggle library
|
||||
tm : toggle manipulate
|
||||
tt : toggle thumbnail
|
||||
|
||||
[IMAGE]
|
||||
M : center
|
||||
| : flip
|
||||
_ : flip --vertical
|
||||
<end> : goto -1
|
||||
<home> : goto 1
|
||||
<page-down> : next
|
||||
n : next
|
||||
<ctrl>n : next --keep-zoom
|
||||
<space> : play-or-pause
|
||||
<page-up> : prev
|
||||
p : prev
|
||||
<ctrl>p : prev --keep-zoom
|
||||
> : rotate
|
||||
< : rotate --counter-clockwise
|
||||
W : scale --level=1
|
||||
<equal> : scale --level=fit
|
||||
w : scale --level=fit
|
||||
E : scale --level=fit-height
|
||||
e : scale --level=fit-width
|
||||
J : scroll-edge down
|
||||
H : scroll-edge left
|
||||
L : scroll-edge right
|
||||
K : scroll-edge up
|
||||
sl : set slideshow.delay +0.5
|
||||
sh : set slideshow.delay -0.5
|
||||
ss : slideshow
|
||||
+ : zoom in
|
||||
- : zoom out
|
||||
|
||||
[LIBRARY]
|
||||
go : goto 1 --open-selected
|
||||
n : scroll down --open-selected
|
||||
p : scroll up --open-selected
|
||||
L : set library.width +0.05
|
||||
H : set library.width -0.05
|
||||
|
||||
[THUMBNAIL]
|
||||
+ : zoom in
|
||||
- : zoom out
|
||||
Q : mark-print && quit
|
||||
|
||||
[COMMAND]
|
||||
<tab> : complete
|
||||
<shift><tab> : complete --inverse
|
||||
<ctrl>p : history next
|
||||
<ctrl>n : history prev
|
||||
<up> : history-substr-search next
|
||||
<down> : history-substr-search prev
|
||||
<escape> : leave-commandline
|
||||
|
||||
[MANIPULATE]
|
||||
<colon> : command
|
||||
f : fullscreen
|
||||
b : set statusbar.show!
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue