From b11f5aa119af001a6ebee4cb610ff2cce20936ce Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 5 Aug 2018 03:17:08 +0200 Subject: doc: xdg, MAINTAIN.md, channel-id, job control - tutor: emphasize K --- runtime/tutor/en/vim-01-beginner.tutor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'runtime/tutor/en/vim-01-beginner.tutor') 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 []() and then [u](u) will undo the latest change. This tutorial is interactive, and there are a few things you should know. -Pressing []() 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 []() 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. ;) -- cgit