xaizek
xaizek
Thanks for the bug report. This happens because switching a session involves an equivalent of `:restart` and restarting processes startup commands (`-c` and `+` parameters), so at the end of...
I agree this would be useful. I want this when removing large trees, which doesn't happen too often.
You mean [Miller columns](https://en.wikipedia.org/wiki/Miller_columns)? Just do: ```vim only set millerview milleroptions+="rpreview:all" ```
Then no real reason to stop at 3. Miller columns typically use 3 columns which is why I thought you meant them. The main difficutly is that some features (at...
> Maybe having tabs instead? Tabs are available [since v0.10](https://vifm.info/news/2018-11-11.shtml). > I like dual-pane but could imagine to have several tabs on each side. Then do `set tabscope=pane` in your...
> Interestingly the pane behaviour was not adapted. I was customising my config for 3 hours now and did not quit it once since a restart was working well for...
Still can't reproduce your case, please provide the following information: * Vim or NeoVim * configuration the plugin if you set any `g:vifm_*` variables * approximate sequence of commands (e.g.,...
Easy to reproduce, thanks for the report.
The same happens on master, thanks for the report.
The reason it doesn't work is that any command can be preceded with a count made out of numbers and handling of that count takes precedence. Apparently, Vim allows it,...