Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jun 2, 2024
1 parent 86ae3e7 commit dce6231
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tags/line_commands/line_commands.talon
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ select camel right: user.extend_camel_right()
go camel left: user.camel_left()
go camel right: user.camel_right()

find <user.unmodified_key>:
user.line_find_forward(unmodified_key)
find <user.unmodified_key>: user.line_find_forward(unmodified_key)

find last <user.unmodified_key>:
user.line_find_backward(unmodified_key)
find last <user.unmodified_key>: user.line_find_backward(unmodified_key)

0 comments on commit dce6231

Please sign in to comment.