Move Jumplist section and add recap

This commit is contained in:
n0s4 2022-06-26 14:01:00 +01:00 committed by Blaž Hrastnik
parent 4e76436b20
commit 9114672419

View file

@ -922,6 +922,50 @@ lines.
=================================================================
= 9.3 USING THE JUMPLIST =
=================================================================
Helix can keep track of "jumps" which are big movements, like
searching or jumping to the definition of a function in code. It
stores these in what's called the jumplist.
Type C-s (ctrl-s) to manually save your current position to
the jumplist.
Type C-i ("in") and C-o ("out") to move forward and backwards in the jumplist
respectively.
1. Type C-s somewhere.
2. Move far away in the file.
3. Type C-o (just once!) to come back to where you saved.
=================================================================
= CHAPTER 9 RECAP =
=================================================================
* Type * to set the search register to the primary selection.
* Type n / N in visual mode to add selections on each search match.
* Type C-s to save position to the jumplist.
* Type C-i and C-o to go forward and backward in the jumplist.
=================================================================
= 10.1 CHANGING CASE =
=================================================================
@ -966,50 +1010,6 @@ lines.
=================================================================
= 11.1 USING THE JUMPLIST =
=================================================================
Helix can keep track of "jumps" which are big movements, like
jumping to the definition of a function in code. It stores
these in what's called the jumplist.
Type C-s (ctrl-s) to manually save your current position to
the jumplist.
Type C-i and C-o to move forward and backwards in the jumplist
respectively.
1. Type C-s somewhere.
2. Move far away in the file.
3. Type C-o (just once!) to come back to where you saved.
=================================================================
= CHAPTER 11 RECAP =
=================================================================
* Type C-s to save position to the jumplist.
* Type C-i and C-o to go forward and backward in the jumplist.
=================================================================
This tutorial is still a work-in-progress.
More sections are planned.