답변:
다음을 시도하십시오 :
나는 이것을 iTerm2 Build 3.0.15와 내 .vimrc에서 발췌 한 다음과 같이 정리 할 수있었습니다.
" Map alternate key combination for Esc.
noremap <c-[> <Esc>
" Map arrow keys for nomal mode.
nnoremap <silent> <Esc><Up>A <Nop>
nnoremap <silent> <Esc><Down>B <Nop>
nnoremap <silent> <Esc><Right>C <Nop>
nnoremap <silent> <Esc><Left>D <Nop>
HTH.