mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
docs: Remove highlight shortcuts 'beta' tag (#4403)
This commit is contained in:
parent
7cd840b2a5
commit
201b24235e
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue