Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Jun 3, 2024
1 parent 923f656 commit f5ca42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/vscode/vscode.talon
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ branch make [<user.text>] [halt]:
user.vscode("git.checkout")
sleep(450ms)
"{git_branch}"
sleep(100ms)
key(enter)
sleep(500ms)
git rebase [<user.text>] [halt]:
Expand Down Expand Up @@ -437,7 +438,7 @@ pop branch next [<user.repetition_count>]:
insert(commit)
key(enter)

dock open: user.vscode("gitlens.openWorkingFile")
dock open: user.vscode("git.openFile")
(wreck | rec) make: user.vscode("pr.create")
(wreck | rec) show: user.vscode("prStatus:github.focus")
dock viewed: user.vscode("pr.markFileAsViewed")
Expand Down
2 changes: 1 addition & 1 deletion cursorless-settings/actions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ split, breakLine

# 2024-02-22 14:54:32 - New entries automatically added by cursorless
decrement, decrement
increment, increment
increment, increment

0 comments on commit f5ca42c

Please sign in to comment.