Skip to content

Instantly share code, notes, and snippets.

@lotuc
Last active February 6, 2019 09:11
Show Gist options
  • Save lotuc/c26954a62ce9757a947a176e9244e356 to your computer and use it in GitHub Desktop.
Save lotuc/c26954a62ce9757a947a176e9244e356 to your computer and use it in GitHub Desktop.
Intellij Idea Related

Plugins

  • IdeaVim
  • Lombok
  • google-java-format

Shortcuts

Base on MacOS X 10.5+

shortcutsusage
cmd+shift+[Select Previous Tab
cmd+shift+]Select Next Tab
cmd+nMain Menu : File : New
Shift+Option+fReformat Code
cmd+pParameter Info

ESC always brings the focus back to the editor

.ideavimrc

set visualbell
set noerrorbells
imap jj <Esc>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment