준호씨의 블로그

xcode - 라인 삭제 단축키 본문

개발이야기

xcode - 라인 삭제 단축키

준호씨 2018. 1. 25. 02:41
반응형

별다른 설정 없이 할 수 있는 방법

control + A + K + K

설정

/Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Resources/IDETextKeyBindingSet.plist

<key>Deletions</key> 아래에 다음 내용 추가

<key>Delete Current Line In One Hit</key>
<string>moveToEndOfLine:, deleteToBeginningOfLine:, deleteToEndOfParagraph:</string>

xcode -> Preferences -> Key Bindings -> Delete Current Line in One Hit

참고

반응형
Comments