Skip to content

Commit

Permalink
Fix "Move to BOL and Insert LF" for first line
Browse files Browse the repository at this point in the history
  • Loading branch information
elia authored and infininight committed Aug 16, 2012
1 parent 421e60f commit f1d1b2d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Macros/Move to BOL and Insert LF.plist
Expand Up @@ -6,15 +6,19 @@
<array>
<dict>
<key>command</key>
<string>moveUp:</string>
<string>moveToBeginningOfLine:</string>
</dict>
<dict>
<key>command</key>
<string>insertNewline:</string>
</dict>
<dict>
<key>command</key>
<string>moveToEndOfLine:</string>
</dict>
<dict>
<key>command</key>
<string>insertNewline:</string>
<string>moveUp:</string>
</dict>
</array>
<key>keyEquivalent</key>
Expand Down

0 comments on commit f1d1b2d

Please sign in to comment.