Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions materials/4-Command-Line-Advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ These might be helpful for you along your journey.
* `:x` to write/save the file you are working on and e**x**it the text editor
* `:q` to quit/exit the text editor.
* I would not recommend doing a lot of work in VIM, though it is useful to be aware of.
* Install `vimtutor` to learn vim
* Download this starter `no_plugin.vim` for development use https://github.com/changemewtf/no_plugins/blob/master/no_plugins.vim

#### Part I
* Navigate to the directory where you cloned the `intro-cli-git-github` repository.
Expand Down