From 18aa296305d7659bd2a6b3843f448e7e98290ae7 Mon Sep 17 00:00:00 2001 From: marie Date: Fri, 17 Jan 2025 09:29:24 -0800 Subject: [PATCH] removing br tags due to rendering issues (#51126) --- .../connect-your-client/teleport-connect.mdx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/docs/pages/connect-your-client/teleport-connect.mdx b/docs/pages/connect-your-client/teleport-connect.mdx index a97014567659c..26068c2bf1b1d 100644 --- a/docs/pages/connect-your-client/teleport-connect.mdx +++ b/docs/pages/connect-your-client/teleport-connect.mdx @@ -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
`Consolas, monospace` on Windows
`'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
`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
`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. | +| `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. |