mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
6 lines
234 B
Markdown
6 lines
234 B
Markdown
# Create A New Directory In netrw
|
|
|
|
With `netrw` open (try `vi .`), navigate to the parent directory you want to
|
|
create a new directory in and then hit `d`. Type the name of the new
|
|
directory in the provided prompt and then hit enter.
|