You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
369 B
VimL

set nocompatible
set linebreak
syntax on
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
" mouse support
set mouse=a
" for tinycore
set encoding=utf-8
set backspace=2