File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
150
150
- [ Close the Current Buffer] ( vim/close-the-current-buffer.md )
151
151
- [ Coerce The Current Filetype] ( vim/coerce-the-current-filetype.md )
152
152
- [ Count the Number of Matches] ( vim/count-the-number-of-matches.md )
153
+ - [ Create A New Directory In netrw] ( vim/create-a-new-directory-in-netrw.md )
153
154
- [ Create A New File In A New Directory] ( vim/create-a-new-file-in-a-new-directory.md )
154
155
- [ Edges Of The Selection] ( vim/edges-of-the-selection.md )
155
156
- [ End Of The Word] ( vim/end-of-the-word.md )
Original file line number Diff line number Diff line change
1
+ # Create A New Directory In netrw
2
+
3
+ With ` netrw ` open (try ` vi . ` ), navigate to the parent directory you want to
4
+ create a new directory in and then hit ` d ` . Type the name of the new
5
+ directory in the provided prompt and then hit enter.
You can’t perform that action at this time.
0 commit comments