diff --git a/content/account-and-profile/how-tos/account-settings/managing-security-and-analysis-features.md b/content/account-and-profile/how-tos/account-settings/managing-security-and-analysis-features.md index bd24e6899620..c96fc029fadd 100644 --- a/content/account-and-profile/how-tos/account-settings/managing-security-and-analysis-features.md +++ b/content/account-and-profile/how-tos/account-settings/managing-security-and-analysis-features.md @@ -25,7 +25,7 @@ category: {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.security-analysis %} -1. Under "{% data variables.product.UI_advanced_security %}", to the right of the feature, click **Disable all** or **Enable all**. +1. Under "Repositories", to the right of the feature, click **Disable all** or **Enable all**. 1. Optionally, enable the feature by default for new repositories that you own.{% ifversion not ghes %} ![Screenshot of the "Enable FEATURE" modal dialog, with the "Enable by default for new private repositories" option outlined in dark orange.](/assets/images/help/settings/security-and-analysis-enable-by-default-in-modal.png){% endif %} @@ -36,7 +36,7 @@ category: {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.security-analysis %} -1. Under "{% data variables.product.UI_advanced_security %}", to the right of the feature, enable or disable the feature by default for new repositories that you own. +1. Under "Repositories", to the right of the feature, enable or disable the feature by default for new repositories that you own. ## Next steps diff --git a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md index 59ad91eef4d4..afc85afe3403 100644 --- a/content/copilot/reference/copilot-cli-reference/cli-command-reference.md +++ b/content/copilot/reference/copilot-cli-reference/cli-command-reference.md @@ -186,6 +186,7 @@ With `--skill`, pass either a skill name or the path to a custom skill directory | Ctrl+Enter or Ctrl+Q | Queue a message to send while the agent is busy. | | Ctrl+R | Reverse search through command history. | | Ctrl+V | Paste from clipboard as an attachment. | +| Alt+V | Paste image from clipboard as an attachment. | | Ctrl+X then `/` | After you have started typing a prompt, this allows you to run a slash command—for example, if you want to change the model without having to retype your prompt. | | Ctrl+X then `e` | Edit the prompt in an external editor (`$EDITOR`). | | Ctrl+X then `b` | Promote the running task or shell command to the background. |