답변:
몇 가지 명령을 작성할 수 있습니다.
command! Cnext try | cnext | catch | cfirst | catch | endtry
command! Cprev try | cprev | catch | clast | catch | endtry
command! Lnext try | lnext | catch | lfirst | catch | endtry
command! Lprev try | lprev | catch | llast | catch | endtry
예외가 발견되면 첫 번째 / 마지막 항목으로 이동합니다. cabbrev
대문자 명령을 사용할 필요가 없도록 사용할 수 있습니다 .
cabbrev cnext Cnext
cabbrev cprev CPrev
cabbrev lnext Lnext
cabbrev lprev Lprev