@@ 22,6 22,9 @@ set textwidth=80 " Line wrap (number of cols)
set visualbell " Use visual bell (no beeping)
set wildmenu " Helpful completion menu
+" start with crosshairs visible
+set cursorline! cursorcolumn!
+
" Strings to use in 'list' mode and for the :list command
set listchars=tab:>\ ,trail:-,extends:>,precedes:<,nbsp:+
@@ 108,8 111,6 @@ call plug#begin('~/.vim/plugged')
Plug 'wfxr/minimap.vim'
call plug#end()
-let g:minimap_auto_start=1
-
let g:colors_name = 'bs_monochrome'
let s:white = ['White', 15]