Created
May 24, 2024 12:24
-
-
Save huanle0610/f638f3e84c516b73862d12e1c1a56fe2 to your computer and use it in GitHub Desktop.
VI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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