diff --git a/Xcode.markdown b/Xcode.markdown new file mode 100644 index 0000000..9bc1399 --- /dev/null +++ b/Xcode.markdown @@ -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 + ` +* New cursor below: `shift + control + ` +* Create a new cursor on every line: `option + drag`