From 201b24235eef957a3e502536e4aad8f0e0ac2fbe Mon Sep 17 00:00:00 2001 From: Daniel Shimon Date: Mon, 16 Aug 2021 18:42:34 +0300 Subject: [PATCH] docs: Remove highlight shortcuts 'beta' tag (#4403) --- docs/keyboard_shortcuts.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/keyboard_shortcuts.rst b/docs/keyboard_shortcuts.rst index cff164b10..74c74a921 100644 --- a/docs/keyboard_shortcuts.rst +++ b/docs/keyboard_shortcuts.rst @@ -23,15 +23,15 @@ Xonsh comes pre-baked with a few keyboard shortcuts. The following is only avail | 2. End and execute a multiline statement. * - Ctrl-M - Same as Ctrl-J - * - Shift-Left OR Shift-Right *[Beta]* + * - Shift-Left OR Shift-Right - Highlight one character in either direction - * - Ctrl-Shift-Left OR Ctrl-Shift-Right *[Beta]* + * - Ctrl-Shift-Left OR Ctrl-Shift-Right - Highlight one word in either direction - * - Ctrl-X + Ctrl-C *[Beta]* + * - Ctrl-X + Ctrl-C - Copy highlighted section - * - Ctrl-X + Ctrl-X *[Beta]* + * - Ctrl-X + Ctrl-X - Cut highlighted section - * - Ctrl-V *[Beta]* + * - Ctrl-V - Paste clipboard contents * - Ctrl-Right - Complete a single auto-suggestion word