단축키 사용하기

내가 사용하는 단축키들을 여기에 적어보기로 했다. 자꾸 잊어먹어서…

MacOS

  • Open Spotlight to start a search -> ⌘ + Space bar
  • close application -> ⌘ + Q
  • 전체화면 스샷 -> ⌘ + shift + 3
  • 프로그램 전환 -> ⌘ + tab
  • deletes the selected file(s) -> ⌘ + Backspace
  • Full Screen ctrl + command + F (toggle)
  • 바탕화면 보기 -> F11 또는 트랙패드에서 4손가락 올리고 펼쳐보자.

Monosnap - 이미지 캡쳐 프로그램

  • 특정 영역 스샷 - ⌘ + alt + 5
  • 전체 화면 스샷 - ⌘ + alt + 6

visual studio

  • package manager console -> alt + / , alt + . ( 이건 내가 매핑함 )
  • Next Error -> F8
  • Close All Windows » alt + w + l
  • f5 : 실행(debug)
  • shift f5 : debug session
  • f9 : break point 만들기 /삭제
  • f10 : step over
  • f11 : step in (shift: step out)
  • alt + enter :
  • ctrl + enter : console에서 프로그램이 끝나지 않고 대기
  • ctrl + r + r : rename
  • ctrl + m + m : 폴딩 펼치기 / 닫기
  • CTRL + M + O : 전체 폴딩 클로즈
  • CTRL + M + L : 전체 폴딩 오픈
  • ctrl + p : 클래스 찾기
  • ctrl + f6 : 다음창으로 (shift)
  • alt w l : 모든 창 닫기
  • shift alt enter : 전체화면, 전체화면 끝내기
  • ctrl k f : 포매팅
  • ctrl k d : 문서 포매팅
  • ctrl shift b : build
  • ctrl l : 한줄 지우기
  • ctrl + k c : 주석
  • ctrl + k u : 주석삭제
  • ctrl + f4 : close windows

  • code snippet
  • cw
  • ctor
  • prop
  • propfull
  • while
  • foreach
  • forr
  • do
  • infterface
  • try
  • tryf

http://visualstudioshortcuts.com/2017/

resharper

  • resharper open file -> ctrl + T
  • resharper open type -> crtl + shift + T
  • locate file in solution explorer -> shift + alt + l
  • 증분 선택 / 해제 -> Ctrl+Alt+Right / Ctrl+Alt+Left

visual studio Code

  • Markdown Preview -> ⌘ + K V
  • 명령창 열기 -> ⌘ + Shift+ P
  • git 화면 열기 -> Ctrl + Shift + G
  • Toggle Full Screen -> Ctrl + ⌘ + F
  • Show Search -> Shift + ⌘ + F
  • ⌘ = Zoom in
  • ⌘ - Zoom out
  • close tab -> ⌘ + w
  • close all tab -> ⌘ + k , ⌘ + w
  • ⌘ + z -> undo
  • ⌘ + shift + z -> redo
  • ⌘ + y -> redo (이건 내가 매핑한것)
  • alt shift f => code formatter
  • ctrl tab : 다음 탭

VI

  • gg
  • GG
  • gk
  • gj
  • w
  • e
  • dt
  • df
  • di
  • z c : 펼치기
  • z o : 접기
teamsmiley's profile image

teamsmiley

2019-05-15 00:00

Read more posts by this author