Update .vimrc

This commit is contained in:
quenousimporte 2025-04-01 09:19:26 +02:00
parent ff6be992e2
commit 35dc78d274
1 changed files with 4 additions and 1 deletions

5
.vimrc
View File

@ -1,7 +1,7 @@
set nocompatible set nocompatible
set linebreak set linebreak
syntax on syntax on
set number " set number
map <silent> <up> gk map <silent> <up> gk
map <silent> <down> gj map <silent> <down> gj
set spelllang=fr set spelllang=fr
@ -23,3 +23,6 @@ set autochdir
" for tinycore " for tinycore
set encoding=utf-8 set encoding=utf-8
set backspace=2 set backspace=2
set tabstop=4
set autoindent=true