Skip to content

Instantly share code, notes, and snippets.

@popstas
Last active February 19, 2022 20:17
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 popstas/0143a5c49ea9b6111c56 to your computer and use it in GitHub Desktop.
Save popstas/0143a5c49ea9b6111c56 to your computer and use it in GitHub Desktop.
Jetbrains custom hotkeys

jetbrains custom hotkeys

Hotkey Action
ctrl+wheel EditorDecreaseFontSize
ctrl+shift+d EditorDuplicate
ctrl+wheel EditorIncreaseFontSize
ctrl+0 EditorResetFontSize
ctrl+w, ctrl+lkm EditorSelectWord
ctrl+y $Redo
alt+f3 SelectAllOccurrences
ctrl+d SelectNextOccurrence
ctrl+alt+d UnselectPreviousOccurrence
mkm GotoDeclaration
alt+u PublishGroup.Upload
alt+d PublishGroup.Download
alt+ctrl+shift+d Compare.SameVersion
ctrl+shift+s teamCityRemoteRun
ctrl+shift+o GoToProject
ctrl+f5, f5 Rerun
ctrl+shift+x ActivateTerminalToolWindow
ctrl+shift+w CloseContent
f10 ForceRunToCursor
shift+f9 XDebugger.MuteBreakpoints
ctrl+f6 ChangesView.Move

Live templates

Abbr Template
clog console.log($END$)
clogv console.log($ITEM$, $ITEM$);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment