Browse Source

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

Chris 4 years ago
parent
commit
d0d2889df6
1 changed files with 3 additions and 0 deletions
  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>")