목차

IntelliJ IdeaVim

설정 파일

actions

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

문자열 대체 새줄 기호(substitute, new line)

참조