0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

My Xcode Key Bindings

Posted at
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>Cut Lines</key>
	<string>selectParagraph:, copy:, deleteBackward:, insertTab:, deleteBackward:</string>
	<key>Move to Beginning of Paragraph Respecting Indent</key>
	<string>moveToBeginningOfParagraph:, insertTab:, deleteBackward:</string>
	<key>Insert Line Below</key>
	<string>moveToEndOfParagraph:, insertNewline:</string>
	<key>Insert Line Up</key>
	<string>moveUp:, moveToEndOfParagraph:, insertNewline:</string>
	<key>Paste Lines Below</key>
	<string>moveToEndOfParagraph:, insertNewline:, paste:, deleteBackward:</string>
	<key>Paste Lines Above</key>
	<string>moveUp:, moveToEndOfParagraph:, insertNewline:, paste:, deleteBackward:</string>
	<key>Copy Lines</key>
	<string>selectParagraph:, copy:, moveForward:, moveBackward:</string>
</dict>
</plist>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?