Joe Lim

Results 188 comments of Joe Lim

#1354 has now been merged, which removes the `exportOpts` call in the preview thread. @66RING, @2084x You can try the latest version in the master branch to see if `lf`...

Closing this issue for now since #1354 has been merged and there hasn't been any further crashes reported.

Support for this was added in #1248 so this issue can be closed. The following should solve the problem in the initial post: ``` cmap cmd-word-back cmap cmd-word ```

This is now possible with the `rulerfmt` option added in #1386 (I forgot to link this issue before). For example to use `s` for select, `m` for move and `c`...

The wiki version works for me too. Although one difference I noticed is that in your version you use `while IFS= read -r line` to obtain the filenames, which works...

Thanks for reporting. I did some investigation and it turns out this is due to the implementation of how `lf` loads/reloads directories. Every directory is represented by a data structure...

I guess it's worth pinging @sigasigasiga about this issue, I notice on their [dotfiles](https://github.com/sigasigasiga/dotfiles/blob/master/lf/.config/lf/lfrc) that `dircache` is actually enabled, but that might not mean anything. Anyway I think we can...

To provide some context, [`lf`](https://github.com/gokcehan/lf) (a file manager) has a command line where text can be sent to a shell for execution. The following lines of code show how the...

@OssNasr If you want to use `lf` without starting a server, you can use the `-single` option. Although note that in this case you can't use some features that depend...