Skip to content

Commit

Permalink
Document tabbing to hyperlink (#558)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Wojciakowski <mattwoj@microsoft.com>
  • Loading branch information
carlos-zamora and mattwojo authored Sep 12, 2022
1 parent 1011336 commit c9b3946
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TerminalDocs/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ You can create a selection by using the `selectAll` or `markMode` actions. The `
| <kbd>Ctrl</kbd> + <kbd>Home</kbd> | Move to the beginning of the buffer |
| <kbd>Ctrl</kbd> + <kbd>End</kbd> | Move to the end of the buffer |

When in mark mode, you can use <kbd>Tab</kbd> or <kbd>Shift</kbd> + <kbd>Tab</kbd> 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 |
Expand Down Expand Up @@ -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 <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + Arrow keys (or <kbd>Ctrl</kbd> + 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.
As mentioned above, double-clicking and using <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + Arrow keys (or <kbd>Ctrl</kbd> + 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.

0 comments on commit c9b3946

Please sign in to comment.