diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-11-16 11:24:35 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2022-11-16 11:24:35 -0500 |
| commit | cffb196a45eae216de234206dc2cb0083c1e4f96 (patch) | |
| tree | 4df981f09a8c042684d77db10169cc813350fbe2 /.config/lf/lfrc | |
| parent | d266ca3517a4906a51613ce3f4cde7728c286706 (diff) | |
| parent | 236118759897e6529cc3282caed29b289fab3c7e (diff) | |
| download | eibhear-cffb196a45eae216de234206dc2cb0083c1e4f96.tar.gz eibhear-cffb196a45eae216de234206dc2cb0083c1e4f96.tar.zst eibhear-cffb196a45eae216de234206dc2cb0083c1e4f96.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.config/lf/lfrc')
| -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 035e459..9a1cbd0 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -115,8 +115,8 @@ map <c-s> set hidden! 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" map A rename # at the very end map c push A<c-u> # new rename |
