vim-lf

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 13060fdebc1e1ba767eeeeebb79bd8032b659470
parent 6f0c909a1abf7bb448cc123ee285d8910c288896
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Wed, 15 Apr 2020 14:53:36 +0200

Added demo video

Diffstat:
MREADME.md | 8+++++++-
Ademo.mp4 | 0
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,8 +1,14 @@ # vim-lf: lf integration for Vim 8.2 +## Demo +<video width="50%" style="margin-bottom: 1em;" controls loop playsinline muted> + <source type="video/mp4" src="demo.mp4" /> + <p>Demo of lf integration in Vim</p> +</video> + ## Why? Sometimes I need to visually browse through the folder hierarchy to find the file I'm looking for. In the shell, I use [lf](https://github.com/gokcehan/lf) as a terminal file manager, so I have lots of aliases and commands set up in lf. -In Vim, I generally use netrw or [fzf](https://github.com/junegunn/fzf) to select files, but from time to time I wanted to browse or select files in lf. +In Vim, I generally use netrw or [fzf](https://github.com/junegunn/fzf) to select files, but from time to time I wanted to browse or select files in lf, especially since I also have [rupa/z](https://github.com/rupa/z) integrated into lf. I initially looked at [ptzz/lf.vim](https://github.com/ptzz/lf.vim), but I did not like that it used a hard-coded file path to store the selected file instead of Vim's `tempname()`. I also didn't like its configuration style, which is based on global variables. diff --git a/demo.mp4 b/demo.mp4 Binary files differ.