Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.35 KB

File metadata and controls

57 lines (30 loc) · 1.35 KB

IntelliJ 단축키 모음집_2

Focus Move

  • 단어별 이동

    • Mac : Alt + Right&Left
    • Window, Linux : Ctrl + Right&Left
  • 단어별 선택

    • Mac : Shift + Alt + Right&Left
    • Window, Linux : Shift + Ctrl + Right&Left
  • 라인 첫/끝 이동

    • Mac : fn + Right&Left
    • Window, Linux : Home, End
  • 라인 전체 선택

    • Mac : Command + Shift + Right&Left
    • Window, Linux : Shift + Home, End
  • Page Up/Down

    • Mac : fn + Up, Down
    • Window, Linux : Page Up, Down
  • 포커스 범위 한 단계씩 늘리기

    • Mac : option + Up&Down
    • Window, Linux : Ctrl + W => 위
                                  Ctrl + Shift + W => 아래
  • 포커스 뒤로/앞으로 가기

    • Mac : Command + ,
    • Window, Linux : Ctrl + Alt + Right&Left
  • 멀티 포커스

    • Mac : option * 2 + Down
    • Window, Linux : Ctrl + Q
  • 오류 라인 자동 포커스

    • Mac : F2
    • Window, Linux : F2