mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 18:37:02 +10:00
tutor: some tweaks to begginer's tutorial
This commit is contained in:
@@ -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.
|
[<Esc>](<Esc>) and then [u](u) will undo the latest change.
|
||||||
|
|
||||||
This tutorial is interactive, and there are a few things you should know.
|
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
|
Pressing [<Enter>](<Enter>) over text highlighted [like this](holy-grail) will take you to some
|
||||||
help (hopefully), and pressing K over any word will try to do so too. Sometimes
|
relevant help (hopefully), and pressing K over any word will try to do so too.
|
||||||
you will be required to modify text like
|
Sometimes you will be required to modify text like
|
||||||
---> this here {expect:this here}
|
---> this here {expect:this here}
|
||||||
Once you have done the changes correctly, the ✗ sign at the left will change
|
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 ;)
|
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/
|
- Vim Video-Tutorials by Derek Wyatt: http://derekwyatt.org/vim/tutorials/
|
||||||
- *Learn Vimscript the Hard Way*: http://learnvimscriptthehardway.stevelosh.com/
|
- *Learn Vimscript the Hard Way*: http://learnvimscriptthehardway.stevelosh.com/
|
||||||
- *7 Habits of Effective Text Editing*: http://www.moolenaar.net/habits.html
|
- *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
|
This tutorial was written by Michael C. Pierce and Robert K. Ware, Colorado
|
||||||
School of Mines using ideas supplied by Charles Smith, Colorado State
|
School of Mines using ideas supplied by Charles Smith, Colorado State
|
||||||
|
|||||||
Reference in New Issue
Block a user