tinyscripts/.vimrc

26 lines
369 B
VimL
Raw Normal View History

2024-04-29 11:12:18 +02:00
set nocompatible
2024-03-18 11:58:38 +01:00
set linebreak
syntax on
2024-04-29 11:12:18 +02:00
set number
2024-03-18 11:58:38 +01:00
map <silent> <up> gk
map <silent> <down> gj
set spelllang=fr
set background=light
2024-04-29 11:12:18 +02:00
2024-03-18 11:58:38 +01:00
" search
set incsearch "incremental search
set hlsearch "highlight search
set ignorecase
set autochdir
2024-04-29 11:12:18 +02:00
2024-03-18 11:58:38 +01:00
" folding
"set foldenable
"set foldmethod=syntax
2024-04-29 11:12:18 +02:00
2024-03-18 11:58:38 +01:00
" mouse support
set mouse=a
2024-04-29 11:12:18 +02:00
" for tinycore
set encoding=utf-8
set backspace=2