vifm / vifm

Vifm is a file manager with curses interface, which provides Vim-like environment for managing objects within file systems, extended with some useful ideas from mutt.
https://vifm.info
GNU General Public License v2.0
2.72k stars 119 forks source link

Startup commands don't update TUI #456

Closed zsugabubus closed 5 years ago

zsugabubus commented 5 years ago

1) Start vifm --no-configs -c split. 2) You should see a vertical split but it's horizontal in reality. Press Ctrl-L.

xaizek commented 5 years ago

Startup commands

Actually, only after some commands. And :split is one of them. Thanks.