Editing Text and Code

Find, Replace, and Go to Line

Find and replace

Press Ctrl+F to open the Find panel on the left.

  • Type in the search box to find matches; a recent searches dropdown remembers what you've searched for.
  • Toggle Match case and Whole word to refine the search.
  • Choose a scope: Document (the current file), Current folder (the folder selected in the sidebar), or All folders in the workspace.
  • In Document scope you also get a Replace row with a Replace All button.

Results appear in a list with a match count; click a result to jump to it, or use the arrow keys to move through them.

Note: Encrypted files (.talenc) are not searched.

Find next / previous

Once you've searched, repeat it without reopening the panel:

  • F3 — find next
  • Shift+F3 — find previous

Go to line

In code and Markdown files, press Ctrl+G to open Go to Line. Type a line number (the box shows the valid range, e.g. 1 – 240) and press Enter or click Go.