Skip to content

Commit

Permalink
start an Xcode cheat sheet
Browse files Browse the repository at this point in the history
gnperdue committed Jun 4, 2020
1 parent 142f54e commit d38b2b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Xcode.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

## View

* Center screen around cursor: `^l`

## Edit multiple lines

See: https://developer.apple.com/videos/play/wwdc2018/102/?time=2518

* Create new cursors: `shift + control + left click`
* New cursor above: `shift + control + <up arrow>`
* New cursor below: `shift + control + <down arrow>`
* Create a new cursor on every line: `option + drag`

0 comments on commit d38b2b0

Please sign in to comment.