mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
34 lines
1.1 KiB
ReStructuredText
34 lines
1.1 KiB
ReStructuredText
.. _keyboard_shortcuts:
|
|
|
|
******************
|
|
Keyboard Shortcuts
|
|
******************
|
|
Xonsh comes pre-baked with a few keyboard shortcuts. The following is only available under the prompt-toolkit shell.
|
|
|
|
.. list-table::
|
|
:widths: 40 60
|
|
:header-rows: 1
|
|
|
|
* - Shortcut
|
|
- Description
|
|
* - Ctrl-X + Ctrl-E
|
|
- Open the current buffer in your default text editor.
|
|
* - Ctrl-D
|
|
- Exit xonsh and return to original terminal. If not called by another terminal, then exit current terminal window. Similar to ``exit``.
|
|
* - Ctrl-J
|
|
- | Similar to enter in a few respects:
|
|
| 1. Execute the current buffer.
|
|
| 2. End and execute a multiline statement.
|
|
* - Ctrl-M
|
|
- Same as Ctrl-J
|
|
* - Shift-Left OR Shift-Right *[Beta]*
|
|
- Highlight one character in either direction
|
|
* - Ctrl-Shift-Left OR Ctrl-Shift-Right *[Beta]*
|
|
- Highlight one word in either direction
|
|
* - Ctrl-X + Ctrl-C *[Beta]*
|
|
- Copy highlighted section
|
|
* - Ctrl-X + Ctrl-X *[Beta]*
|
|
- Cut highlighted section
|
|
* - Ctrl-V *[Beta]*
|
|
- Paste clipboard contents
|
|
|