diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-03-13 12:33:30 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-03-13 12:33:30 -0400 |
| commit | a2e0d2441b56886049892481178a119948fb7866 (patch) | |
| tree | 1cd5327e049e6947ba4c6665115290d51e3ba201 /.config | |
| parent | 6c7358074dd25590b4d7c20506b20d80499dd66b (diff) | |
| parent | ccf8e188c1d7c7b0bf1413c7b856e9dae485ce7c (diff) | |
| download | eibhear-a2e0d2441b56886049892481178a119948fb7866.tar.gz eibhear-a2e0d2441b56886049892481178a119948fb7866.tar.zst eibhear-a2e0d2441b56886049892481178a119948fb7866.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config')
| -rw-r--r-- | .config/lf/lfrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 18a7e53..27900a1 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -70,5 +70,5 @@ map <c-r> reload map <enter> shell map x $$f map X !$f -map o &mimeopen $f -map O $mimeopen --ask $f +map o &mimeopen "$f" +map O $mimeopen --ask "$f" |
