Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Apr 25, 2024
1 parent 5b231aa commit 17145e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions settings/additional_words.csv
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ eslint
tsconfig
LaTeX,lay tech
scope
impl
4 changes: 2 additions & 2 deletions settings/search_engines.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ https://www.google.com/search?q=%s,google
https://maps.google.com/maps?q=%s,map
https://scholar.google.com/scholar?q=%s,scholar
https://en.wikipedia.org/w/index.php?search=%s,wiki
https://docs.google.com/document/u/0/?q=%s,dock
https://paper.dropbox.com/#q=%s,paper
https://docs.google.com/document/u/0/?q=%s,google dock
https://paper.dropbox.com/#q=%s,dropbox paper
https://www.amazon.co.uk/gp/your-account/order-history/ref=ppx_yo_dt_b_search?opt=ab&search=%s,order
https://github.com/cursorless-dev/cursorless/issues?q=is%3Aissue+is%3Aopen+%s,issue
https://github.com/cursorless-dev/cursorless/pulls?q=is%3Apr+is%3Aopen+%s,pull
2 changes: 1 addition & 1 deletion tags/find_and_replace/find_and_replace.talon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tag: user.find_and_replace
-
<user.find> dock [<user.text>] [halt]: user.find(text or "")
(<user.find> dock | dock <user.find>) [<user.text>] [halt]: user.find(text or "")
<user.find> clip: user.find(clip.text())
<user.find> all [<user.text>] [halt]: user.find_everywhere(text or "")
<user.find> all clip: user.find_everywhere(clip.text())
Expand Down

0 comments on commit 17145e2

Please sign in to comment.