[Git] 5. Vi Editor

문정준's avatar
Apr 02, 2025
[Git] 5. Vi Editor
🔥

Hotkeys

  • shift + v : 블럭 지정
  • y : 복사
  • p : 붙여넣기
  • d : 삭제
  • ctrl + b : 위로 스크롤 (page up)
  • ctrl + f : 아래로 스크롤 (page down)
  • i / a : 입력 모드
  • esc : 일반 모드
  • ‘:’ : 명령행 모드 (일반 모드에서)
notion image
notion image
notion image
notion image
Share article

sxias