Xcode 단축키 설정
2020. 12. 3. 16:37ㆍ카테고리 없음
# 터미널 열기
출처 : medium.com/@sohrab.iosdev/open-terminal-from-xcode-b34703d442ba
# 라인 복사 & 줄바꿈
open /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources
sudo chmod 777 /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources
IDETextKeyBindingSet.plist 파일에 아래 텍스트 붙여넣기
<key>User Custom</key>
<dict>
<key>Duplicate Line Down</key>
<string>moveToBeginningOfLine:, deleteToEndOfLine:, yank:, insertNewline:, moveToBeginningOfLine:, yank:</string>
<key>Insert New Line</key>
<string>moveToEndOfLine:, insertNewline:</string>
</dict>
출처 : gist.github.com/emotality/b1bcb2bb8a07921f9c8cad1c969daedf