Update .vimrc
This commit is contained in:
parent
6e72316437
commit
ecbadfcbbe
3
.vimrc
3
.vimrc
|
@ -6,7 +6,7 @@ map <silent> <up> gk
|
||||||
map <silent> <down> gj
|
map <silent> <down> gj
|
||||||
set spelllang=fr
|
set spelllang=fr
|
||||||
|
|
||||||
colorscheme habamax
|
" colorscheme habamax
|
||||||
set background=dark
|
set background=dark
|
||||||
|
|
||||||
set wrap
|
set wrap
|
||||||
|
@ -42,6 +42,7 @@ set shiftwidth=4
|
||||||
set path+=**
|
set path+=**
|
||||||
set wildmenu
|
set wildmenu
|
||||||
set wildmode=longest:full,full
|
set wildmode=longest:full,full
|
||||||
|
set wildoptions=pum,fuzzy
|
||||||
nnoremap <C-p> :find<Space>*
|
nnoremap <C-p> :find<Space>*
|
||||||
|
|
||||||
" ctrl-j for terminal
|
" ctrl-j for terminal
|
||||||
|
|
Loading…
Reference in New Issue