Commit 1743008623d1a2d947cadb2de4e6d4f6bf463388

Improve/extend filtering
Matcher written in this form can be optimized to not require regular
expressions.
Author: xaizek
Author date (UTC): 2023-03-18 19:30
Committer name: xaizek
Committer date (UTC): 2023-03-18 19:30
Parent(s): 1b7cd3d0480854c8f76dae8c7f080e693e9ab357
Signing key: 99DC5E4DB05F6BE2
Tree: 26d325348fece9049b954c92da36e6403c81c10d
File Lines added Lines deleted
vifmrc 3 1
File vifmrc changed (mode: 100644) (index 572e90c..059cc2c)
... ... mark V ~/.vim/pack/
327 327 " *.meta - magnet-link file for torrents " *.meta - magnet-link file for torrents
328 328 " .*~ - temporary files " .*~ - temporary files
329 329 " $RECYCLE.BIN - trash bin on Windows volumes " $RECYCLE.BIN - trash bin on Windows volumes
330 filter! /^.*\.(lo|o|d|class|py[co]|meta)$|.*~$|^\$RECYCLE\.BIN\/$/
330 " CODE_OF_CONDUCT.md - crap in text form
331 filter! {*.lo,*.o,*.d,*.class,*.pyc,*.pyo,*.meta,.*~,$RECYCLE.BIN/,
332 \CODE_OF_CONDUCT.md}
331 333
332 334 " ============================================================================== " ==============================================================================
333 335 " color scheme " color scheme
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