The Computer Oracle

Create directory in vifm

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Drifting Through My Dreams

--

Chapters
00:00 Create Directory In Vifm
00:23 Accepted Answer Score 11
00:32 Answer 2 Score 3
00:44 Thank you

--

Full question
https://superuser.com/questions/845770/c...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #vifm

#avk47



ACCEPTED ANSWER

Score 11


To create a directory:

:mkdir <dirname>



ANSWER 2

Score 3


(sorry, not enough rep to add a comment on DavidPostill post)

I found for v.0.4 the command had to be

:!mkdir <dirname>