" vimrc - Vim Configuration File " Author: Sean B. Palmer, inamidst.com " @@ Todo: Stop > from autocommenting on J " Emulate the ADM3A keyboard layout nnoremap inoremap vnoremap nnoremap :update inoremap :update vnoremap :update " Configuration options set backspace=2 set directory=/var/tmp,/tmp set formatprg=format set scrolloff=1 set showbreak=> set shiftwidth=3 set textwidth=79 set whichwrap+=h,l,<,>,[,] set showcmd " [EOF]