Please bear with us as we work to restore functionality to dotfiles.org.
TJM
/.vimrc
.vimrc
" .vimrc
set nocompatible
set backspace=indent,eol,start
set nohls
set noai
set laststatus=2
set statusline=%<%f%h%m%r%w%y%=%l/%c,[%L]
set ruler
set nobackup
set noerrorbells
set hidden
set wrapscan
set showcmd
set report=0
set modeline
set modelines=3
set background=dark
syntax on
"
" maps F2 key to view html files with links
"
" Does not display correctly here. Add left and right pointing redirect
" symbols (Shift+comma; Shift+period) on each side of F2 and CR.
"
map F2 :!links file://%CR