Marius
Marius
There is https://github.com/camnw/lf-vim. It could use some updates such as missing config options that were added in the past year.
@lefuturiste I can create a PR soon-ish (maintainer seems quite busy anyway), there are still some open questions regarding e.g. how this should behave with `wrapscroll` etc. Other than that...
I briefly tried moving that snippet into `app.quit()` and it seemed to work. Can you double-check?
Wrapping multiple commands in `:{{ ... }}` should work, i.e. `lf -remote "send $id :{{ select '${result}'; open; }`.
In the meantime you can make it a symbolic link to `/dev/null`.
I don't know what `"${(F)${fx:t2}}"` does but with `bash` you can trick the parser by writing something like `"${(F)${fx:t2}""}"`.
@gokcehan Maybe it is not too late to change the parser so that it consumes all opening `{{...{` and takes everything up until the correspondig number of closing `}..}}`? This...
I agree that this would be a useful feature. I think the easiest and most straight forward way would be allowing to define a `on-resize` command that gets run on...
I have also noticed this a few times and I think it happens because the command finishes too quickly after the window is deleted, and while using a tiling wm....
The quickest way to achieve basic Tasker integration would be allowing to change profiles with broadcast intents. I hacked something together here https://github.com/kmarius/AccA/commit/7fff088e049651a3ebb7c66151cb86299e3e7e13 (couldn't figure out how also apply active...