Update .vimrc

This commit is contained in:
quenousimporte 2025-10-01 09:30:08 +02:00
parent 25e3e1c4ad
commit 6e72316437
1 changed files with 10 additions and 4 deletions

14
.vimrc
View File

@ -1,18 +1,21 @@
set nowrap
set nocompatible
set linebreak
syntax on
" set number
set number
map <silent> <up> gk
map <silent> <down> gj
set spelllang=fr
colorscheme habamax
set background=dark
set wrap
" search
set incsearch "incremental search
set hlsearch "highlight search
set ignorecase
set smartcase
set autochdir
" folding
@ -42,4 +45,7 @@ set wildmode=longest:full,full
nnoremap <C-p> :find<Space>*
" ctrl-j for terminal
nnoremap <C-j> :below terminal<CR>
nnoremap <C-j> :below terminal<CR>
" explorer
nnoremap <C-k><C-b> :30Vex<CR>