Skip to content

Instantly share code, notes, and snippets.

@sming
Last active April 12, 2023 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sming/0f427584ad7bebd22535252644f1a108 to your computer and use it in GitHub Desktop.
Save sming/0f427584ad7bebd22535252644f1a108 to your computer and use it in GitHub Desktop.

VS Code wonders

  • ⌘⇧I - show file changes/diff/compare
  • ⌘⇧O - goto symbol in file (works!)
  • ⌘⇧, - go back in edit locations
  • ⌘⇧. - go forward in edit locations
  • ⇧⌘⌃M - View: Maximize Editor Group and Hide Side Bars
  • ⇧⌥M - View: Reset Editor Group Sizes
  • ⌥. + ⌥O - diff with previous version of file
  • ⌃⌥. - pop up, navigable code structure dialog
  • ⌥↓ - git commands
  • fn H - hide both side bars
  • ⌥⌘⌃ - [un]pin tab
  • ⌥⌘⇧E - prefix “def “ for searching for functions!
  • ⌥⌘⇧C - prefix “class “ for searching for functions!

Raycast wonders

  • ⌥⇧⌃S / stash - Code Stash
  • case - Change Case
  • ⌥⇧C - Copy Path [that actually works!]
  • ⌥⇧V - Edit Clipboard !
  • exec - Execute shell command really quickly and inline !
  • gh notification
  • gh my pr
  • jira sprints - lists issues
  • jira reported
  • kill
  • link cleaner

IntelliJ wonders

  • ⌘⇧S - hide all panels [called windows, stupidly]
  • ⌘⇧S - un-hide all panels [called windows, stupidly]

Brave Wonders

  • ⌃⌘G - Open Gitako • free Github tree view
  • ⌃⌘S - Open Gitako Search • focus on the search box

Other Wonders

  • ⌃O - Paletro run any menu item
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment