Skip to content

Commit

Permalink
removing br tags due to rendering issues (#51126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcallister authored Jan 17, 2025
1 parent 8fcfaf9 commit 18aa296
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions docs/pages/connect-your-client/teleport-connect.mdx
Original file line number Diff line number Diff line change
@@ -477,27 +477,27 @@ Below is the list of the supported config properties.
| Property | Default | Description |
|-------------------------------|----------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|
| `theme` | `system` | Color theme for the app. Available modes: `light`, `dark`, `system`. |
| `terminal.fontFamily` | `Menlo, Monaco, monospace` on macOS<br/>`Consolas, monospace` on Windows<br/>`'Droid Sans Mono', monospace` on Linux | Font family for the terminal. |
| `terminal.fontFamily` | `Menlo, Monaco, monospace` on macOS `Consolas, monospace` on Windows `'Droid Sans Mono', monospace` on Linux | Font family for the terminal. |
| `terminal.fontSize` | `15` | Font size for the terminal. |
| `terminal.windowsBackend` | `auto` | `auto` uses modern [ConPTY](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/) system if available, which requires Windows 10 (19H1) or above. Set to `winpty` to use winpty even if ConPTY is available. |
| `terminal.shell` | Default user shell on macOS/Linux, `pwsh.exe`/`powershell.exe` on Windows | A default terminal shell. Can be set to `custom` to take the shell path from `terminal.customShell`. It is best to configure it through UI (right click on a terminal tab > Default Shell). |
| `terminal.customShell` | | Path to the custom shell that is used when `terminal.shell` is set to `custom`. It is best to configure it through UI (right click on a terminal tab > Custom Shell…). |
| `terminal.rightClick` | `menu` on macOS/Linux<br/>`copyPaste` on Windows | `paste` pastes clipboard content, `copyPaste` copies if text is selected, otherwise pastes, `menu` shows context menu. |
| `terminal.rightClick` | `menu` on macOS/Linux `copyPaste` on Windows | `paste` pastes clipboard content, `copyPaste` copies if text is selected, otherwise pastes, `menu` shows context menu. |
| `terminal.copyOnSelect` | `false` | Automatically copies selected text to the clipboard. |
| `usageReporting.enabled` | `false` | Enables collecting anonymous usage data (see [Telemetry](#telemetry)). |
| `keymap.tab1` - `keymap.tab9` | `Command+1` - `Command+9` on macOS <br/> `Ctrl+1` - `Ctrl+9` on Windows<br/>`Alt+1` - `Alt+9` on Linux | Shortcut to open tab 1–9. |
| `keymap.closeTab` | `Command+W` on macOS<br/>`Ctrl+Shift+W` on Windows/Linux | Shortcut to close a tab. |
| `keymap.newTab` | `Command+T` on macOS<br/>`Ctrl+Shift+T` on Windows/Linux | Shortcut to open a new tab. |
| `keymap.newTerminalTab` | `` Control+Shift+` `` on macOS<br/>`` Ctrl+Shift+` `` on Windows/Linux | Shortcut to open a new terminal tab. |
| `keymap.terminalCopy` | `Command+C` on macOS<br/>`Ctrl+Shift+C` on Windows/Linux | Shortcut to copy text in the terminal. |
| `keymap.terminalPaste` | `Command+V` on macOS<br/>`Ctrl+Shift+V` on Windows/Linux | Shortcut to paste text in the terminal. |
| `keymap.terminalSearch` | `Command+F` on macOS<br/>`Ctrl+Shift+F` on Windows/Linux | Shortcut to open a search field in the terminal. |
| `keymap.previousTab` | `Control+Shift+Tab` on macOS<br/>`Ctrl+Shift+Tab` on Windows/Linux | Shortcut to go to the previous tab. |
| `keymap.nextTab` | `Control+Tab` on macOS<br/>`Ctrl+Tab` on Windows/Linux | Shortcut to go to the next tab. |
| `keymap.openConnections` | `Command+P` on macOS<br/>`Ctrl+Shift+P` on Windows/Linux | Shortcut to open the connection list. |
| `keymap.openClusters` | `Command+E` on macOS<br/>`Ctrl+Shift+E` on Windows/Linux | Shortcut to open the cluster selector. |
| `keymap.openProfiles` | `Command+I` on macOS<br/>`Ctrl+Shift+I` on Windows/Linux | Shortcut to open the profile selector. |
| `keymap.openSearchBar` | `Command+K` on macOS<br/>`Ctrl+Shift+K` on Windows/Linux | Shortcut to open the search bar. |
| `keymap.tab1` - `keymap.tab9` | `Command+1` - `Command+9` on macOS `Ctrl+1` - `Ctrl+9` on Windows `Alt+1` - `Alt+9` on Linux | Shortcut to open tab 1–9. |
| `keymap.closeTab` | `Command+W` on macOS `Ctrl+Shift+W` on Windows/Linux | Shortcut to close a tab. |
| `keymap.newTab` | `Command+T` on macOS `Ctrl+Shift+T` on Windows/Linux | Shortcut to open a new tab. |
| `keymap.newTerminalTab` | `` Control+Shift+` `` on macOS `` Ctrl+Shift+` `` on Windows/Linux | Shortcut to open a new terminal tab. |
| `keymap.terminalCopy` | `Command+C` on macOS `Ctrl+Shift+C` on Windows/Linux | Shortcut to copy text in the terminal. |
| `keymap.terminalPaste` | `Command+V` on macOS `Ctrl+Shift+V` on Windows/Linux | Shortcut to paste text in the terminal. |
| `keymap.terminalSearch` | `Command+F` on macOS `Ctrl+Shift+F` on Windows/Linux | Shortcut to open a search field in the terminal. |
| `keymap.previousTab` | `Control+Shift+Tab` on macOS `Ctrl+Shift+Tab` on Windows/Linux | Shortcut to go to the previous tab. |
| `keymap.nextTab` | `Control+Tab` on macOS `Ctrl+Tab` on Windows/Linux | Shortcut to go to the next tab. |
| `keymap.openConnections` | `Command+P` on macOS `Ctrl+Shift+P` on Windows/Linux | Shortcut to open the connection list. |
| `keymap.openClusters` | `Command+E` on macOS `Ctrl+Shift+E` on Windows/Linux | Shortcut to open the cluster selector. |
| `keymap.openProfiles` | `Command+I` on macOS `Ctrl+Shift+I` on Windows/Linux | Shortcut to open the profile selector. |
| `keymap.openSearchBar` | `Command+K` on macOS `Ctrl+Shift+K` on Windows/Linux | Shortcut to open the search bar. |
| `headless.skipConfirm` | `false` | Skips the confirmation prompt for Headless WebAuthn approval and instead prompts for WebAuthn immediately. |
| `ssh.noResume` | `false` | Disables SSH connection resumption. |
| `ssh.forwardAgent` | `false` | Enables agent forwarding. |

0 comments on commit 18aa296

Please sign in to comment.