소스 검색

Use C-left and C-Right for context menu

Alois Mahdal 10 년 전
부모
커밋
20375b0a92
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      dotfiles/vim/vimrc

+ 3
- 0
dotfiles/vim/vimrc 파일 보기

61
 set shiftwidth=4
61
 set shiftwidth=4
62
 set tabstop=4
62
 set tabstop=4
63
 
63
 
64
+inoremap <C-Left> <C-P>
65
+inoremap <C-Right> <C-N>
66
+
64
 if has("autocmd")
67
 if has("autocmd")
65
   filetype plugin indent on
68
   filetype plugin indent on
66
   augroup vimrcEx
69
   augroup vimrcEx