diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-08-05 03:17:08 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-11 19:32:31 +0200 |
commit | b11f5aa119af001a6ebee4cb610ff2cce20936ce (patch) | |
tree | fa54497177ed4058ce0893ca5f64dd373c9c29c6 /runtime/tutor/en/vim-01-beginner.tutor | |
parent | e17e21e4cfb4c9c402b26e49f36af6c2ca6239ec (diff) | |
download | rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.tar.gz rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.tar.bz2 rneovim-b11f5aa119af001a6ebee4cb610ff2cce20936ce.zip |
doc: xdg, MAINTAIN.md, channel-id, job control
- tutor: emphasize K
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. ;) |