Files
atom/bundles/ruby.tmbundle/Macros/Delete forward:backward.tmMacro
Corey Johnson & Nathan Sobo f84f9c5dd2 Add bundles and themes
2012-08-27 13:20:22 -07:00

26 lines
637 B
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>commands</key>
<array>
<dict>
<key>command</key>
<string>deleteBackward:</string>
</dict>
<dict>
<key>command</key>
<string>deleteForward:</string>
</dict>
</array>
<key>keyEquivalent</key>
<string></string>
<key>name</key>
<string>Delete forward/backward</string>
<key>scope</key>
<string>source.ruby.embedded.source.empty</string>
<key>uuid</key>
<string>A83F68A9-F751-4BB4-AE16-56812878C16A</string>
</dict>
</plist>