Skip to content

Commit

Permalink
Fix Linux copy/paste keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 16, 2016
1 parent b435da7 commit 7771da7
Showing 1 changed file with 4 additions and 6 deletions.
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

0 comments on commit 7771da7

Please sign in to comment.