Skip to content

Instantly share code, notes, and snippets.

@zhm
Last active May 9, 2025 13:24
Show Gist options
  • Save zhm/0dd55f488eb4ffb44676b47977b66c6b to your computer and use it in GitHub Desktop.
Save zhm/0dd55f488eb4ffb44676b47977b66c6b to your computer and use it in GitHub Desktop.
ff

GitHub Issues in Cursor

  • Install GitHub Pull Requests extension
  • Add keybinding to open a new issue, cmd+shift+p go to Preferences: Open Keyboards Shortcuts (JSON)
  • Add this entry in the JSON:
{
  "key": "ctrl+shift+i",
  "command": "issue.createIssue",
  "when": "github:hasGitHubRemotes"
}
  • Now open a new issue with ctrl+shift+i, and when you're done filling it out, cmd+enter to create the issue.
  • Browse the issues in the GitHub tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment