diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-10-30 14:24:28 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-10-30 14:24:28 +0000 |
commit | 4fbc8645147de6b134b9540753239810b2cf7942 (patch) | |
tree | 08dbea98021ef49655d66fec7806bcacbdab896d /.vifm/vifmrc | |
parent | 4cac9a922bb8ee70445f54b454952b87108bae2f (diff) |
Move personal files to different repository
Diffstat (limited to '.vifm/vifmrc')
-rw-r--r-- | .vifm/vifmrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vifm/vifmrc b/.vifm/vifmrc index e6d966d..94337e6 100644 --- a/.vifm/vifmrc +++ b/.vifm/vifmrc @@ -135,6 +135,7 @@ command! make !!make %a command! mkcd :mkdir %a | cd %a command! vgrep vim "+grep %a" command! reload :write | restart +command link ln -s -r %d/%f %D " ------------------------------------------------------------------------------ |