Commit dbaf53a64022da11bfb18893ad05a4f6063fb43a

Don't enable 'fastrun'
It can result in invocation of a command you didn't intend to run.

The option is off by default, so not enabling it is enough.
Author: xaizek
Author date (UTC): 2024-07-03 21:33
Committer name: xaizek
Committer date (UTC): 2024-07-03 21:34
Parent(s): 0606bf3e76178d55b79d0f9175a2dcc30be22aba
Signing key: 99DC5E4DB05F6BE2
Tree: a8e5eebc11400058fe502da777d4a6347a9326f8
File Lines added Lines deleted
vifmrc 0 3
File vifmrc changed (mode: 100644) (index 35f5ba4..2187a81)
... ... set trash
49 49 " how many directories to store in all kinds of history " how many directories to store in all kinds of history
50 50 set history=1000 set history=1000
51 51
52 " allow partially entered external commands with unambiguous beginning using :!
53 set fastrun
54
55 52 " natural sort of (version) numbers within filenames " natural sort of (version) numbers within filenames
56 53 set sortnumbers set sortnumbers
57 54
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