Commit Graph

29 Commits (main)

Author SHA1 Message Date
Rafael Madriz efd09b6c7c
tutor: Delete space between shorthand (#6920) 1 year ago
Rafael Madriz 5dcc891996
tutor: Trim trailing white space (#6919) 1 year ago
John Careaga 78e8066c3e Replace 'Visual' (mode) with 'Select' in tutor 1 year ago
John DeSilva a4751db8c7 Remove outdated tutor note about increment and decrement behavior 1 year ago
g-re-g 4a59d337f4
Update tutor logo (#5681) 1 year ago
Vítor Galvão 42b0401416
tutor: Change "Type" to "Press" for specials keys and modifiers (#5609) 1 year ago
liuxueyang 0c51201ef2
Fix a small typo in tutor document (#5449) 1 year ago
mrjerzy b813b1a659
Add tutor example for WORDS (#5304) 1 year ago
Soc Virnyl S. Estela a637461677
tutor: add chapter for commenting lines (#5211) 1 year ago
Alex Kladov 1af76b738d
Add eb word selection trick to the tutor (#5247) 1 year ago
Gioele De Vitti 7a1fa0c74f
tutor: Add a content cycling section (#5161) 1 year ago
Lukas Werling 99b346a923
tutor: Fix typos in 8.2 (#5213) 1 year ago
LeoniePhiline 36eff1da8c
fix(tutor): Capitalize first letter of a sentence (#5075) 1 year ago
Tshepang Mbambo e3f05603ac
tutor: Clarify space searching instructions (#4953) 1 year ago
Tshepang Mbambo 590a628460
tutor: Add missing quotes (#4832) 2 years ago
Tobias Kohlbau 6cafd81e41
tutor: fix wording in recap for chapter 5 (#4629)
In recap for chapter 5.1 specify that the cursor is duplicted to the next suitable line
instead of the next line.

Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2 years ago
Tim Siegel 5077ce76b3 tutor: Normalize key names, capitalization, etc. 2 years ago
Tim Siegel e542f2e08f tutor: Minor grammar fix
No need to say additionally, as well, also, etc. One is enough.
2 years ago
Tim Siegel f5f4d3dc2a tutor: Clarify forward reference to "primary selection" 2 years ago
Tim Siegel 0571fa4d56 tutor: Clarify first multi-cursor example
If the reader is unfortunate enough to place the cursor at the beginning
of the line on step #1, subsequent steps will fail.
2 years ago
Tim Siegel 6db39eacd3 tutor: Clarify forward reference to "select command"
The phrase "Like the select command" suggests that the reader has been
introduced to select already. That doesn't happen until the next
chapter.
2 years ago
Mike Sampson 9b7f349f5c
tutor: 5.5 add missing words (#4160) 2 years ago
Jonathan 4595683622
Fix tutor typo (#4116) 2 years ago
Ivan Tham 3d59d3f8be
Keep arrow and special keys in insert (#3915)
* Keep arrow and special keys in insert

Advanced users won't need it and is useful for beginners.
Revert part of #3671.

* Change text for insert mode section

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

* Remove ctrl-up/down in insert

* Reorganize insert keys and docs

* Improve page up experience on last tutor

The last tutor page can page down multiple times and it will break the
heading on the 80x24 screen paging when reaching the last page, this
keeps the style the same and make sure page up and down won't break it.

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
2 years ago
joleaf c4aec0a5c5
tutor: missing <ESC> before removing the second cursor (#4027)
This step was missing in section 5.2 of tutor.
2 years ago
Sora 038ad6289f
Fix tutor typo `favourite` to `favorite` (#4007) 2 years ago
adrian5 0d8d8a4ed6
docs: Punctuation on tutor (#3888) 2 years ago
Michael Davis 936ad884eb
Remove arrow key recommendation from tutor (#3811) 2 years ago
Blaž Hrastnik c2e41082e4
Remove the .txt suffix from tutor
The tutor file is loaded as .txt which can potentially spawn a
language server. Then the path is unset, but the LS remains active.
This can cause panics since updates are now submitted for a doc
with no path.

As a quick workaround we remove the extension which should avoid
detection.

Fixes #3730
2 years ago