Selaa lähdekoodia

Use C-left and C-Right for context menu

Alois Mahdal 9 vuotta sitten
vanhempi
commit
20375b0a92
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3
    0
      dotfiles/vim/vimrc

+ 3
- 0
dotfiles/vim/vimrc Näytä tiedosto

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