사용자 도구

사이트 도구


intellij_idea:ideavim

문서의 이전 판입니다!


IntelliJ IdeaVim

actions

  • :action {action_id} 로 IntellJ Idea 의 행위를 실행할 수 있다.
  • 키보드 매핑
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

설정 파일

  • ~/.ideavimrc

참조

intellij_idea/ideavim.1618129890.txt.gz · 마지막으로 수정됨: 2021/04/11 17:31 저자 kwon37xi