Remix.run Logo
kees99 5 days ago

> Ctrl+O in MC will switch to a normal prompt

Better yet! (one-line) shell prompt is always available and has some nifty integrations via <Ctrl+X>. For example, one has a bunch of files visually tagged (selected) on current panel, and wants to tar them up as "/tmp/foo.tgz". Well...

   tar czf /tmp/foo.tgz <Ctrl+X><T>
kouteiheika 5 days ago | parent [-]

Oh that's great; thanks! I always used Alt+Enter to do this for the currently highlighted file, but didn't know you can do it for multiple files too.