Skip to content

Instantly share code, notes, and snippets.

View arren-ru's full-sized avatar
🔥
THIS IS FINE

Arren arren-ru

🔥
THIS IS FINE
View GitHub Profile
@arren-ru
arren-ru / .vimrc
Last active March 31, 2023 12:05
dotfiles
" VIM 8 defaults
unlet! skip_defaults_vim
silent! source $VIMRUNTIME/defaults.vim
set viminfo=%,<1000,'10,/50,:100,h,f0,n~/.vim/.viminfo
" │ │ │ │ │ │ │ ╰─ viminfo file path
" │ │ │ │ │ │ ╰──── file marks 0-9,A-Z 0=NOT stored
" │ │ │ │ │ ╰────── disable 'hlsearch' loading viminfo
" │ │ │ │ ╰─────────── command-line history saved
" │ │ │ ╰─────────────── search history saved