Skip to content

Commit d1940cb

Browse files
author
Greg Van Liew
authored
Merge pull request #773 from Microsoft/Tyriar-patch-4-1
Fix Linux copy/paste keybindings
2 parents 0256a2a + 7771da7 commit d1940cb

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs/editor/integrated-terminal.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,11 @@ If no text is selected in the active editor, the entire file contents is run in
121121

122122
### Copy & Paste
123123

124-
#### Mac
124+
The keybindings for copy and paste follow platform standards:
125125

126-
Copy and paste on Mac can be done using the standard keys, `kbstyle(Cmd+C)` and `kbstyle(Cmd+V)` respectively.
127-
128-
#### Linux & Windows
129-
130-
Copy and paste on Linux & Windows can be done using `kbstyle(Ctrl+C)` and `kbstyle(Ctrl+V)` respectively.
126+
- Linux: `kbstyle(Ctrl+Shift+C)` and `kbstyle(Ctrl+Shift+V)`
127+
- Mac: `kbstyle(Cmd+C)` and `kbstyle(Cmd+V)`
128+
- Windows: `kbstyle(Ctrl+C)` and `kbstyle(Ctrl+V)`
131129

132130
### Forcing key bindings to pass through the terminal
133131

0 commit comments

Comments
 (0)