Browse Source

Merge branch 'master' of github.com:ChristianChiarulli/nvim

Chris 4 năm trước cách đây
mục cha
commit
d0d2889df6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      keys/mappings.vim

+ 3 - 0
keys/mappings.vim

@@ -78,3 +78,6 @@ else
 
 endif
 
+" Better nav for omnicomplete
+inoremap <expr> <c-j> ("\<C-n>")
+inoremap <expr> <c-k> ("\<C-p>")