Jakub Klinkovský
Jakub Klinkovský
Still fails with nvcc 10.2.89, but with a different error message: ``` variant.hpp: In function ‘constexpr decltype(auto) mpark::visit(Visitor&&, Vs&& ...)’: variant.hpp:2674:96: error: parameter packs not expanded with ‘...’: return (detail::all({!vs.valueless_by_exception()...})...
Yes, it seems to work with https://github.com/mpark/variant/blob/d1cdfdd3f2ed80710ba4d671fe6bffaa3e28201a/master/variant.hpp
@dholladay00 Which version of `variant.hpp` are you using? And please show the full error, there is not even a full signature of the function where it fails...
The default binding for launching a shell is `w`, see the [documentation](https://pkg.go.dev/github.com/gokcehan/lf#section-documentation). Of yourse you can change the binding to whatever you prefer. The output of the shell should redraw...
No, you can't open the shell "within" the lf window/screen – that's a [non-feature](https://github.com/gokcehan/lf#non-features). You can use [tmux](https://github.com/tmux/tmux) to split the terminal whatever you like.
If you have a lf binding for splitting the current tmux window, you can combine it with toggling the `preview` option.
You can try something like `:set ratios 1:1:1000` or `1:1000:1`, but unfortunately that depends on whether you have `preview` on or off. I don't think lf has an option to...
See the section [Shell Commands](https://pkg.go.dev/github.com/gokcehan/lf#hdr-Shell_Commands) in the documentation to understand the difference between $f, $fs and $fx. I think you want $fx here. If you come from ranger, you might...
Rifle can actually open multiple files when called like `rifle $fx`. Your system's default opener, which is most likely xdg-open, does not support that. You would actually have to program...
lf has a flag for this, it's called `ifs`. See https://linuxhint.com/use-ifs-in-bash/ for details. You will need to quote your variables properly to handle file paths with spaces correctly.