Skip to content

Commit 5ceb8c8

Browse files
authored
Merge pull request ndanielsen#49 from hungrymonkey/add_vim_help
Added a tutorial and plugin for new vim users
2 parents 176715d + 92b23cd commit 5ceb8c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

materials/4-Command-Line-Advanced.md

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ These might be helpful for you along your journey.
7474
* `:x` to write/save the file you are working on and e**x**it the text editor
7575
* `:q` to quit/exit the text editor.
7676
* 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
7779

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

0 commit comments

Comments
 (0)