Skip to content

Commit 7410aba

Browse files
committed
Add Create A New Directory In netrw as a vim til.
1 parent a4eed99 commit 7410aba

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
150150
- [Close the Current Buffer](vim/close-the-current-buffer.md)
151151
- [Coerce The Current Filetype](vim/coerce-the-current-filetype.md)
152152
- [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)
153154
- [Create A New File In A New Directory](vim/create-a-new-file-in-a-new-directory.md)
154155
- [Edges Of The Selection](vim/edges-of-the-selection.md)
155156
- [End Of The Word](vim/end-of-the-word.md)

Diff for: vim/create-a-new-directory-in-netrw.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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.

0 commit comments

Comments
 (0)