diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2017-07-13 17:20:06 -0400 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2017-07-15 11:01:44 -0400 |
commit | 2dc5b141dab679784b6bde3e15baffa135a56019 (patch) | |
tree | 4ff128699660359f6f4cad11904b7e81f93ebf46 /runtime/tutor/en/vim-01-beginner.tutor | |
parent | 8370373839cc4da8b781edc398d38c0a7cb42223 (diff) | |
download | rneovim-2dc5b141dab679784b6bde3e15baffa135a56019.tar.gz rneovim-2dc5b141dab679784b6bde3e15baffa135a56019.tar.bz2 rneovim-2dc5b141dab679784b6bde3e15baffa135a56019.zip |
tutor: some tweaks to begginer's tutorial
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index 47d4ed06a1..e88603fedb 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -18,9 +18,9 @@ be saved. Don't worry about messing things up; just remember that pressing [<Esc>](<Esc>) and then [u](u) will undo the latest change. This tutorial is interactive, and there are a few things you should know. -Pressing [<Enter>](<Enter>) over text highlighted [like this](holy-grail) will take you to some relevant -help (hopefully), and pressing K over any word will try to do so too. Sometimes -you will be required to modify text like +Pressing [<Enter>](<Enter>) over text highlighted [like this](holy-grail) will take you to some +relevant help (hopefully), and pressing K over any word will try to do so too. +Sometimes you will be required to modify text like ---> this here {expect:this here} Once you have done the changes correctly, the ✗ sign at the left will change to ✓. I imagine you can already see how neat Vim can be ;) @@ -947,8 +947,10 @@ There are many resources online to learn more about vim. Here's a bunch of them: - Vim Video-Tutorials by Derek Wyatt: http://derekwyatt.org/vim/tutorials/ - *Learn Vimscript the Hard Way*: http://learnvimscriptthehardway.stevelosh.com/ - *7 Habits of Effective Text Editing*: http://www.moolenaar.net/habits.html +- *vim-galore*: https://github.com/mhinz/vim-galore -If you prefer a book, *Practival Vim* by Drew Neil is recommended often. +If you prefer a book, *Practical Vim* by Drew Neil is recommended often (the sequel, *Modern +Vim*, includes material specific to nvim!). This tutorial was written by Michael C. Pierce and Robert K. Ware, Colorado School of Mines using ideas supplied by Charles Smith, Colorado State |