Commit ccdaf1d11a9383b198c5b5eeaada80b0c178edf6

Remove an extra delay on displaying graphics
Author: xaizek
Author date (UTC): 2025-11-25 14:20
Committer name: xaizek
Committer date (UTC): 2025-11-25 14:20
Parent(s): cc052f0f2e181d29538ae15eeb462451cebac658
Signing key: 99DC5E4DB05F6BE2
Tree: af088bd3895a10e4b103c84e80e7360c684313f3
File Lines added Lines deleted
vifmrc 3 0
File vifmrc changed (mode: 100644) (index 77912a1..a80b4a8)
... ... if executable('plocate')
134 134 set locateprg='plocate %a' set locateprg='plocate %a'
135 135 endif endif
136 136
137 " get rid of delay before drawing graphics
138 set previewoptions+=graphicsdelay:0
139
137 140 " ============================================================================== " ==============================================================================
138 141 " custom status line look " custom status line look
139 142
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master