Next / Previous / Contents / TCC Help System / NM Tech homepage

4. Searching

) Go to the beginning of the next English line (i.e., sentence-ending punctuation followed by white space and a capital letter).
( Sort of like above only backwards, and doesn't get every sentence.
* Go to the next occurrence of the current word.
# Search backwards for the current word.
/ Do a search (i.e., “/myword”) and enter will find the next occurrence after the cursor of “myword”. Pressing n will find the next instance after that, and pressing N will find the previous instance. This method of searching does loop, so if you are planning on finding the last occurrence of a word by holding down n, you may wait a while.
? Repeats the previous “/” search.