From: W. Trevor King Date: Sun, 15 Aug 2010 12:21:11 +0000 (-0400) Subject: Mention playlist navigation commands in doc/tutorial.txt X-Git-Url: http://git.tremily.us/?p=hooke.git;a=commitdiff_plain;h=27e3126d3b4ecd3aaeff898b0994b402810c221f Mention playlist navigation commands in doc/tutorial.txt --- diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 51524b7..b3cfa65 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -191,12 +191,15 @@ You can also jump to a given curve:: hooke> jump_to_curve 14 -will jump to the 14th curve in the playlist. +will jump to the 14th curve in the zero-indexed playlist. .. todo:: ``jump_to_curve ``, where the path can be either an absolute path or a path relative to the directory holding the playlist file. +Replace ``curve`` with ``playlist`` in the above commands to navigate +around through the list of loaded playlists. + Taking notes ------------