diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-12 17:44:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-12 17:44:44 +0200 |
commit | 15a71338e3cc14ac194228256f7069451953ea17 (patch) | |
tree | 108ec133e561a8d73a50b1ef45c4423600b31c7d /runtime/tutor/en/vim-01-beginner.tutor | |
parent | fb043f8ea324a498c80d6470bfabc0faa6415742 (diff) | |
parent | e52293757a6bd682d551088b314b463ff4021cea (diff) | |
download | rneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.gz rneovim-15a71338e3cc14ac194228256f7069451953ea17.tar.bz2 rneovim-15a71338e3cc14ac194228256f7069451953ea17.zip |
Merge #8902 'doc'
Diffstat (limited to 'runtime/tutor/en/vim-01-beginner.tutor')
-rw-r--r-- | runtime/tutor/en/vim-01-beginner.tutor | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/tutor/en/vim-01-beginner.tutor b/runtime/tutor/en/vim-01-beginner.tutor index 0d03103bca..2b30ccb5f8 100644 --- a/runtime/tutor/en/vim-01-beginner.tutor +++ b/runtime/tutor/en/vim-01-beginner.tutor @@ -18,9 +18,9 @@ won't 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 +- Type [<Enter>](<Enter>) on links [like this](holy-grail ) to open the linked help section. +- Or simply type [K](K) on any word to find its documentation! +- Sometimes you will be required to modify text like 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. ;) |