vimiv: Add batch marking images
Use `V` in the library or thumbnail view to mark contiguous images, mimicking vim visual selection mode.
This commit is contained in:
parent
2fcaad5c1c
commit
575e17a924
4 changed files with 7 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ left_thumbnail = {thumbnail-index}/{thumbnail-total} {thumbnail-basename}{read-o
|
|||
left_manipulate = {basename} {image-size} Modified: {modified} {processing}
|
||||
center_thumbnail = {thumbnail-size}
|
||||
center = {slideshow-indicator} {slideshow-delay} {transformation-info}
|
||||
right = {keys} {mark-count} {mode}
|
||||
right = {keys} {batchmark} {mark-count} {mode}
|
||||
right_image = {keys} {mark-indicator} {mark-count} {mode}
|
||||
|
||||
[KEYHINT]
|
||||
|
|
@ -71,6 +71,7 @@ shuffle = False
|
|||
[PLUGINS]
|
||||
print = default
|
||||
metadata = default
|
||||
batchmark =
|
||||
|
||||
[ALIASES]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue