diff --git a/runtime/tutor.txt b/runtime/tutor.txt index 92edfeaf..b9d6e44c 100644 --- a/runtime/tutor.txt +++ b/runtime/tutor.txt @@ -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.