You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/terminal/basics.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,10 @@ This can be configured using the `setting(terminal.integrated.rightClickBehavior
164
164
*`selectWord` - Select the word under the cursor and show the context menu.
165
165
*`nothing` - Do nothing and pass event to terminal.
166
166
167
+
### Column selection
168
+
169
+
`kbstyle(Alt)` and left-click drag allows selecting a rectangle of text inside the terminal instead of te regular selection of a line.
170
+
167
171
### Reposition the cursor with Alt
168
172
169
173
`kbstyle(Alt)` and left-click will reposition the cursor to underneath the mouse. This works by simulating arrow keystrokes, which may not work reliably for some shells or programs. This feature can be disabled with the `setting(terminal.integrated.altClickMovesCursor)` setting.
0 commit comments