사용자 도구

사이트 도구


intellij_idea:ideavim

문서의 이전 판입니다!


IntelliJ IdeaVim

설정 파일

actions

  • :action {action_id} 로 IntellJ Idea 의 행위를 실행할 수 있다.
  • :actionlist [pattern] : 액션의 목록을 볼 수 있다.
  • IdeaVim: track action Ids 설정을 활성화 하면 IntelliJ 에서 한 행위들에 대한 Action ID를 볼 수 있게 된다.
  • 키보드 매핑
map 단축키 <Action>(action_id)
" 예
" Map \r to the Reformat Code action
map \r <Action>(ReformatCode)

" Map <leader>d to start debug
map <leader>d <Action>(Debug)

" Map \b to toggle the breakpoint on the current line
map \b <Action>(ToggleLineBreakpoint)

관련 도우미 plugin

easy-motion

set easymotion

surround

set surround

commentary

set commentary

multiple-cursors

set multiple-cursors

참조

intellij_idea/ideavim.1621318422.txt.gz · 마지막으로 수정됨: 2021/05/18 15:13 저자 kwon37xi