Skip to content

Instantly share code, notes, and snippets.

@huanle0610
Created May 24, 2024 12:24
Show Gist options
  • Save huanle0610/f638f3e84c516b73862d12e1c1a56fe2 to your computer and use it in GitHub Desktop.
Save huanle0610/f638f3e84c516b73862d12e1c1a56fe2 to your computer and use it in GitHub Desktop.
VI
set nu
" Enable auto-completion
set completeopt=menuone,noinsert,noselect
" Map keys for completion
inoremap <expr> <C-Space> pumvisible() ? "\<C-n>" : "\<C-x>\<C-o>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment