Skip to content

Instantly share code, notes, and snippets.

@imtiazShakil
Last active July 2, 2024 14:39
Show Gist options
  • Save imtiazShakil/4c9ac4214d537e81941433bcb1ff976b to your computer and use it in GitHub Desktop.
Save imtiazShakil/4c9ac4214d537e81941433bcb1ff976b to your computer and use it in GitHub Desktop.
My IDE Keymap
Description Shortcut Used in Ide
Delete Line Ctrl + Shift + k (Sublime, Intellij, VScode)
format file Shift + Alt + f (VScode-windows)
Goto Class/file Ctrl + P (sublime, VScode)
Goto Symbol/Methods Ctrl + R (sublime)
Goto Line Ctrl + G (sublime, VScode, Intellij, Eclipse)
Command/Action Ctrl + Shift + P (Sublime, VScode)
Quick Defintion (source code) Ctrl + Shift + i (Browser, Intellij)
Quick Type Definition Ctrl + Q (Intellij)
Optimize Imports Shift + Alt + O (VScode)
Comment Ctrl + / (Eclipse, Intellij, sublime, VScode)
Block Comment Ctrl + Shift + / (Eclipse, Intellij, sublime)
Expand Selection Ctrl + D (Sublime, VScode)
Quick Fix/Suggestion/Context/Action Alt + Enter (Intellij)
Rename F2 (Eclipse, VScode)

My Font: Droid Sans Mono, DejaVu Sans Mono, Size: 14, Line Height: 1.35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment