From 92b23cdc64d029c311ef10672d2fb09952d9dab0 Mon Sep 17 00:00:00 2001 From: hungrymonkey Date: Mon, 1 Jul 2019 18:59:51 -0700 Subject: [PATCH] Added a tutorial and plugin for new vim users --- materials/4-Command-Line-Advanced.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/materials/4-Command-Line-Advanced.md b/materials/4-Command-Line-Advanced.md index d7192d0..60cfcc1 100644 --- a/materials/4-Command-Line-Advanced.md +++ b/materials/4-Command-Line-Advanced.md @@ -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.