Commit 0b87a5667fe7f5008a1ea796f019a2781176a632

Make V mark point at Vim's pack directory
Author: xaizek
Author date (UTC): 2020-03-16 10:34
Committer name: xaizek
Committer date (UTC): 2020-03-16 10:34
Parent(s): 2848df96b32c9bc187245e5915c765991f4b0a30
Signing key: 99DC5E4DB05F6BE2
Tree: 44c637d12904d601f2db31c8fee8b7e4ad466f19
File Lines added Lines deleted
vifmrc 1 1
File vifmrc changed (mode: 100644) (index b283d35..5e3aab7)
... ... mark b ~/bin/
296 296 mark c ~/.vifm/ mark c ~/.vifm/
297 297 mark h ~/ mark h ~/
298 298 mark t ~/tmp/ mark t ~/tmp/
299 mark V ~/.vim/bundle/
299 mark V ~/.vim/pack/
300 300
301 301 " ============================================================================== " ==============================================================================
302 302 " filename filtering " filename filtering
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