Skip to content

Commit

Permalink
fix some keybindings to work around current bugs/limitations
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Apr 26, 2010
1 parent 84c72fe commit 219b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/convert_html_to_haml.rb
@@ -1,7 +1,7 @@
require 'ruble' require 'ruble'


command 'Convert HTML to HAML' do |cmd| command 'Convert HTML to HAML' do |cmd|
cmd.key_binding = 'OPTION+COMMAND+c' cmd.key_binding = 'OPTION+COMMAND+C'
cmd.output = :replace_selection cmd.output = :replace_selection
cmd.input = :selection cmd.input = :selection
cmd.invoke =<<-EOF cmd.invoke =<<-EOF
Expand Down

0 comments on commit 219b3b4

Please sign in to comment.