Skip to content

Fix Linux copy/paste keybindings #773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 16, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions docs/editor/integrated-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,11 @@ If no text is selected in the active editor, the entire file contents is run in

### Copy & Paste

#### Mac
The keybindings for copy and paste follow platform standards:

Copy and paste on Mac can be done using the standard keys, `kbstyle(Cmd+C)` and `kbstyle(Cmd+V)` respectively.

#### Linux & Windows

Copy and paste on Linux & Windows can be done using `kbstyle(Ctrl+C)` and `kbstyle(Ctrl+V)` respectively.
- Linux: `kbstyle(Ctrl+Shift+C)` and `kbstyle(Ctrl+Shift+V)`
- Mac: `kbstyle(Cmd+C)` and `kbstyle(Cmd+V)`
- Windows: `kbstyle(Ctrl+C)` and `kbstyle(Ctrl+V)`

### Forcing key bindings to pass through the terminal

Expand Down