Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jan 10, 2024
1 parent 850e057 commit 7d91683
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions apps/davinci_resolve/davinci_resolve.talon
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ parrot(sibilant_high): edit.zoom_in()
sprint: key(shift-l)
reverse: key(j)
give it up: key(cmd-shift-a)
ditch clip: key(shift-v shift-backspace)
ditch left:
chuck clip: key(shift-v shift-backspace)
chuck left:
key(left)
sleep(200ms)
key(shift-v shift-backspace)
Expand Down
11 changes: 4 additions & 7 deletions apps/vscode/vscode.talon
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ format doc:
show extensions:
user.vscode("workbench.extensions.action.showEnabledExtensions")

run python: user.vscode("python.execInTerminal")
doc run pie: user.vscode("python.execInTerminal")
doc run bun: user.vscode_with_plugin("workbench.action.tasks.runTask", "bun run")

run tests: user.vscode("testing.runAll")

Expand All @@ -700,19 +701,17 @@ note make clip:

# Imports
# from https://github.com/AndreasArvidsson/andreas-talon/blob/a098969bd6b35f5ed0fc99805aa529efc08569a2/apps/vscode/vscode.talon#L25-L31
imports organize: user.vscode("editor.action.organizeImports")
imports add: user.vscode_add_missing_imports()
imports fix:
sleep(600ms)
user.vscode_add_missing_imports()
sleep(250ms)
user.vscode("editor.action.organizeImports")

search again: user.vscode("rerunSearchEditorSearch")
preview markdown: user.vscode("markdown.showPreview")
markdown preview: user.vscode("markdown.showPreview")

typescript restart: user.vscode("typescript.restartTsServer")
(close all editors | tab close all): user.vscode("workbench.action.closeAllGroups")
tab close oliver: user.vscode("workbench.action.closeAllGroups")

hay Github <user.text>$:
user.vscode("agent-chat-panel.focus")
Expand All @@ -734,8 +733,6 @@ Github no:
insert("reject")
key(enter)

doc run pie: user.vscode("python.execInTerminal")
doc run bun: user.vscode_with_plugin("workbench.action.tasks.runTask", "bun run")
panel switch: user.vscode("workbench.action.togglePanel")

snip code {user.language_id}:
Expand Down

0 comments on commit 7d91683

Please sign in to comment.