~ mkfs /.vim_user.rc

Vim config file for user-specific configuration. Overrides all previous configuration options. Sourced by ~mkfs/.vimrc
" -----------------------------------------------------------
" .vim_user.rc : Vim config file for user customizations
"                Use this file for all personal vim configuration
" vim: set filetype=vim : (vim modeline for syntax highlighting)
" Author: _m (http://eccentrix.com/misc/mammon)
" -----------------------------------------------------------
" Example personal settings:
"set cursorcolumn               " highlight current column
"set spell                      " enable spellchecking for all files
"set spelllang=en,de,it         " multiple spellcheck languages
"set virtualedit=all            " set cursor free

set background=dark            " terminals have a dark background