removed spaces
This commit is contained in:
parent
af16cfc7c8
commit
156f1c72c3
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
" wildcard mode
|
" wildcard mode
|
||||||
set wildmode=longest:full,full
|
set wildmode=longest:full,full
|
||||||
|
|
||||||
" remapping popup menu (command autocompletion)
|
" remapping popup menu (command autocompletion)
|
||||||
cnoremap <expr> <up> pumvisible() ? "<C-p>" : "<up>
|
cnoremap <expr> <up> pumvisible() ? "<C-p>" : "<up>
|
||||||
cnoremap <expr> <down> pumvisible() ? "<C-n>" : "<down>"
|
cnoremap <expr> <down> pumvisible() ? "<C-n>" : "<down>"
|
||||||
cnoremap <expr> <CR> pumvisible()? "<C-e>":"<CR>"
|
cnoremap <expr> <CR> pumvisible()? "<C-e>":"<CR>"
|
||||||
" set line numbers
|
" set line numbers
|
||||||
set number
|
set number
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user