> For the complete documentation index, see [llms.txt](https://docs.arkannis.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkannis.net/programming/ide/virtual-studio-code/cheatsheet.md).

# Cheatsheet

## Select multiple lines based on pattern

1. Select one dash
2. CTRL + SHIFT + L to select all dashes
3. Hit HOME (select each line)
4. Hit SHIFT + END
5. Hit `"`

#### `Resources`

* [Reddit post](https://www.reddit.com/r/vscode/comments/ffrsn9/how_do_i_put_a_quotation_mark_in_each_arrayrows/)

## Select multiple lines

* Windows: Ctrl + Alt + Arrow Keys
* Linux: Shift + Alt + Arrow Keys&#x20;
* Mac: Opt + Cmd + Arrow Keys

## Additional cursors

* You can just ALT+ CLICK for additional cursors

## Zoom

#### **View: Reset Zoom**

`Ctrl` + `NumPad0`

#### **View: Zoom In**

`Ctrl` + `=`

#### **View: Zoom Out**

`Ctrl` + `-`
