diff --git a/TerminalDocs/selection.md b/TerminalDocs/selection.md index 33b21249..f2b7ab80 100644 --- a/TerminalDocs/selection.md +++ b/TerminalDocs/selection.md @@ -40,6 +40,8 @@ You can create a selection by using the `selectAll` or `markMode` actions. The ` | Ctrl + Home | Move to the beginning of the buffer | | Ctrl + End | Move to the end of the buffer | +When in mark mode, you can use Tab or Shift + Tab to navigate to the next or previous hyperlink in the buffer. Windows Terminal can automatically detect hyperlinks if [`experimental.detectUrls`](/windows/terminal/customize-settings/interaction#automatically-detect-urls-and-make-them-clickable) is enabled. + Regardless of being in mark mode, you can expand an existing selection using the following non-configurable key bindings: | Key binding | Result | @@ -82,4 +84,4 @@ Color schemes let you customize the selection color using the `selectionBackgrou ## Customizing word delimiters -As mentioned above, double-clicking and using Ctrl + Shift + Arrow keys (or Ctrl + Arrow keys when in mark mode) allow you to navigate by word. However, words can be separated by more than just whitespace. You can customize these word boundaries using the `wordDelimiters` global setting. \ No newline at end of file +As mentioned above, double-clicking and using Ctrl + Shift + Arrow keys (or Ctrl + Arrow keys when in mark mode) allow you to navigate by word. However, words can be separated by more than just whitespace. You can customize these word boundaries using the `wordDelimiters` global setting.