Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
apps:terminal:getting-started [2012/12/28 13:24] – [Modifying Shortcuts] nickapps:terminal:getting-started [2019/11/28 11:14] – added bottom of page navigation kevinbowen
Line 1: Line 1:
 +{{ :apps:terminal:terminal.png?nolink|}}
 ====== Getting Started ====== ====== Getting Started ======
- 
 ===== Starting Terminal ===== ===== Starting Terminal =====
  
Line 46: Line 46:
 Read more about this in the general [[:faq|FAQ]] how to use editable menu accelerators. Read more about this in the general [[:faq|FAQ]] how to use editable menu accelerators.
  
 +===== Search in the Terminal Contents =====
 +
 +Open the Find dialog, by clicking {gui>Terminal>Find...}.
 +
 +<figure "Search in scrollbar buffer">
 +{{:apps:terminal:terminal-find.png?nolink&|}}
 +</figure>
 +
 +? Case sensitive
 +! Enable case sensitive matching.
 +? Match as regular expression
 +! Don't escape the search pattern, but use it directly for the regular expression.
 +? Match entire work only
 +! Add word boundary matching (\b) to the regular expression.
 +? Wrap around
 +! Jump to the beginning of the buffer, and vice versa, when the end has been reached.
 +
 +If the dialog is closed, you can continue search with the {gui>Terminal>Find Previous} and {gui>Terminal>Find Next} menu actions. The search pattern will be unset when you clear the scrollbar buffer.
  
 +[[|Back to Top]]
 +----
 +[[:apps:terminal:start:|Back to xfce4-terminal main page]]