💾 Archived View for gmi.noulin.net › gitRepositories › systemSetup › file › debian › vimrc.local.gmi captured on 2023-07-10 at 15:41:59. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
vimrc.local (453B)
1 set nocompatible 2 set history=10000 3 set cul 4 set so=20 5 set ic 6 set foldmethod=syntax 7 set hls 8 set sidescroll=1 9 set autowrite 10 set autoread 11 set incsearch 12 set autoindent 13 set background=dark 14 set list 15 set listchars=tab:\|\ 16 set mouse= 17 18 set undofile " Save undo's after file closes 19 set undodir=$HOME/.vim/undo " where to save undo histories 20 set undolevels=1000 " How many undos 21 set undoreload=10000 " number of lines to save for undo