Commit 9f5bcbd01e703cae4ee590ee21b335ee2f86f5dd

Do not start executable files automatically
Most of the time, that's not what I want.
Author: xaizek
Author date (UTC): 2025-10-04 15:44
Committer name: xaizek
Committer date (UTC): 2025-10-04 15:44
Parent(s): da9398837e58e7b77c36a1f39ae09a60126bfe12
Signing key: 99DC5E4DB05F6BE2
Tree: 3c61175d48ba40fa227a90cdeeb0f68df39b173e
File Lines added Lines deleted
vifmrc 2 2
File vifmrc changed (mode: 100644) (index a07e22f..206c51b)
... ... set vimhelp
66 66 " follow links on l or Enter automatically, not just navigate to target " follow links on l or Enter automatically, not just navigate to target
67 67 set nofollowlinks set nofollowlinks
68 68
69 " allow automatic runing of executable files
70 set runexec
69 " do not start executable files automatically
70 set norunexec
71 71
72 72 " format for displaying time " format for displaying time
73 73 set timefmt=%y.%m.%d\ %H:%M set timefmt=%y.%m.%d\ %H:%M
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