We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 176715d + 92b23cd commit 5ceb8c8Copy full SHA for 5ceb8c8
materials/4-Command-Line-Advanced.md
@@ -74,6 +74,8 @@ These might be helpful for you along your journey.
74
* `:x` to write/save the file you are working on and e**x**it the text editor
75
* `:q` to quit/exit the text editor.
76
* I would not recommend doing a lot of work in VIM, though it is useful to be aware of.
77
+* Install `vimtutor` to learn vim
78
+* Download this starter `no_plugin.vim` for development use https://github.com/changemewtf/no_plugins/blob/master/no_plugins.vim
79
80
#### Part I
81
* Navigate to the directory where you cloned the `intro-cli-git-github` repository.
0 commit comments