Home Shortcut
Post
Cancel

Shortcut

Mac Shortcut

  • Show console/Close inspect window
    Cmd + Option + J

  • Show element
    Cmd + Option + C

  • Kill process concerned with port 8000
    sudo lsof -t -i tcp:8000 | xargs kill -9

  • Exporting Spring Boot application to jar file with maven
    ` ./mvnw clean package`

  • Exporting Spring Boot application to jar file without testing
    ./mvnw clean package -DskipTests

  • Swap window in same application cmd + backtick

  • lock screen Ctrl-Cmd-Q

Intellij

동작커멘드
reformat codeOption+Cmd+L
finding fileCmd+Shift+O
searching everywherepress Shift twice
Replace text in the current fileCtrl + R
Run all testsCtrl + Shift + R
Go to previous cursorCmd + [
Go to next cursorCmd + ]
Search from recently opened filesCmd + R
Go to declaration or implementationCmd + B

GoLand

  • the Recent Files feature that works via Ctrl + E on Windows/Linux and ⌘ + E on macOS
  • the Recent Locations feature via Ctrl + Shift + E on Windows/Linux and ⌘ + Shift + E on macOS
  • For back they are: Ctrl + Alt + Left Arrow on Windows/Linux and ⌘ + [ or ⌘ + Alt + Left Arrow on macOS. For forward they are: Ctrl + Alt + Right Arrow on Windows/Linux and ⌘ + ] or ⌘ + Alt + Right Arrow on macOS
  • Go to line : ⌘ + l

Github

동작커멘드
Searching file in GithubT

Vscode

설명커멘드
json 포맷으로 정렬Cmd + K + F
This post is licensed under CC BY 4.0 by the author.

Trending Tags