diff options
author | zachir <zachir@librem.one> | 2023-05-02 00:09:33 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-02 00:09:33 -0500 |
commit | 006564a6955f33ce8d19c32ae146151a5ff98321 (patch) | |
tree | 2e2848ff6371d15515de1691b75dad4fffc305c4 /lf | |
parent | 58fdf2c9368ffab9f19017df4e4e919774f7f96b (diff) |
add vimv to ,vv in lf
Diffstat (limited to 'lf')
-rw-r--r-- | lf/lfrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,8 @@ cmd open ${{ cmd execute ${{ exec "$f" }} +cmd vimv ${{ exec vimv }} + cmd mkdir ${{ printf "Directory Name: " read ans @@ -248,6 +250,7 @@ map ,mi makeinstall map ,mC makeclean map ,ss openshell map ,sc catclip +map ,vv vimv # Not really image preview |