1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-08 17:48:01 +00:00

Add Create A New Directory In netrw as a vim til.

This commit is contained in:
jbranchaud
2015-08-20 19:26:42 -05:00
parent a4eed99f92
commit 7410aba592
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# 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.