Skip to content

Instantly share code, notes, and snippets.

@gaboratorium
Last active January 17, 2021 18:45
Show Gist options
  • Save gaboratorium/4561c80ff692ae354cb64076a5415f0b to your computer and use it in GitHub Desktop.
Save gaboratorium/4561c80ff692ae354cb64076a5415f0b to your computer and use it in GitHub Desktop.
IntelliJ shortcuts #intellij #ide #shortcuts

IntelliJ tips & tricks

UI customization

  • Settings > Editor > General > Breadcrumbs, disable Show breadcrumbs
    • Adjust braces placement as preferred
  • Settings > Ediotr > Code Style > Java > Wrapping and Braces,

Replace cmd with Git Bash on Windows

  • Settings > Terminal
  • Shell path: C:\Program Files\Git\bin\sh.exe

Jump to terminal shortcut

  • Go to Settings > Preferences > Tools > Terminal and disable "Override IDE Shortcuts"
  • Alt+F12 to jump to terminal
  • Esc to jump back to editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment