Skip to content

Instantly share code, notes, and snippets.

@ehzawad
Created March 20, 2016 08:12
Show Gist options
  • Select an option

  • Save ehzawad/31375440dc3b884cb902 to your computer and use it in GitHub Desktop.

Select an option

Save ehzawad/31375440dc3b884cb902 to your computer and use it in GitHub Desktop.
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