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 code | Option+Cmd+L |
finding file | Cmd+Shift+O |
searching everywhere | press Shift twice |
Replace text in the current file | Ctrl + R |
Run all tests | Ctrl + Shift + R |
Go to previous cursor | Cmd + [ |
Go to next cursor | Cmd + ] |
Search from recently opened files | Cmd + R |
Go to declaration or implementation | Cmd + 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 Github | T |
Vscode
설명 | 커멘드 |
json 포맷으로 정렬 | Cmd + K + F |