Created
March 20, 2016 08:12
-
-
Save ehzawad/31375440dc3b884cb902 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Manipulating the filesystemThe file explorer includes commands for creating new files and directories, as well as renaming or deleting existing ones. This table summarizes these: | |
| ##command action | |
| % create a new file | |
| d create a new directory | |
| R rename the file/directory under the cursor | |
| D Delete the file/directory under the cursorFurther Reading | |
| FOr More see | |
| :help netrw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment