mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
26 lines
637 B
XML
26 lines
637 B
XML
<?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>
|