Update '.vimrc'

This commit is contained in:
quenousimporte 2024-04-29 11:12:18 +02:00
parent a056728676
commit 4c8545dfc0
1 changed files with 9 additions and 2 deletions

11
.vimrc
View File

@ -1,18 +1,25 @@
set nocompatible
set linebreak
syntax on
" set number
set number
map <silent> <up> gk
map <silent> <down> gj
set spelllang=fr
set background=light
" search
set incsearch "incremental search
set hlsearch "highlight search
set ignorecase
set autochdir
" folding
"set foldenable
"set foldmethod=syntax
set backspace=2 " sometimes useful (eg with tinycore)
" mouse support
set mouse=a
" for tinycore
set encoding=utf-8
set backspace=2