Skip to content

Commit

Permalink
Update formatters.talon (talonhub#439)
Browse files Browse the repository at this point in the history
all the other help commands start with "help", so adding that option to make it easier for new users.
  • Loading branch information
astropuffin committed May 29, 2021
1 parent c2c7657 commit 1da8742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/formatters.talon
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ phrase <user.text> over: user.insert_formatted(text, "NOOP")
<user.format_text>+ over: user.insert_many(format_text_list)
<user.formatters> that: user.formatters_reformat_selection(user.formatters)
word <user.word>: user.insert_formatted(user.word, "NOOP")
format help: user.formatters_help_toggle()
format help | help format: user.formatters_help_toggle()
recent list: user.toggle_phrase_history()
recent repeat <number_small>: insert(user.get_recent_phrase(number_small))
recent copy <number_small>: clip.set_text(user.get_recent_phrase(number_small))
Expand Down

0 comments on commit 1da8742

Please sign in to comment.