tinyscripts/.vimrc

28 lines
406 B
VimL

set nocompatible
set linebreak
syntax on
" set number
map <silent> <up> gk
map <silent> <down> gj
set spelllang=fr
set background=dark
" 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
set tabstop=4
set autoindent=true