My .exrc so far:
set ruler
set autoindent
set shiftwidth=4
set iclower
set showmode
set tildeop
set verbose showmode
"(the parts in [brackets] are what you have to type into the editor to
" recreate it)
map gg 1G
map q :q
map [ctrl+v, ctrl+o] :!clear; less --wordwrap %[ctrl+v, enter]
map [ctrl+v, ctrl+s] :w
map :less :!clear; less --wordwrap %[ctrl+v, enter]
map :spell :w !bspell
map Y y$
map :wrap :set noleftright
map :nowrap :set leftright
map :set[ctrl+v, ctrl+v] nowrap :set leftright
map :set[ctrl+v, ctrl+v] wrap :set noleftright
" make ` work like ~ does by default, toggling the case of a single character (I typically use ', so I don't need ` for accessing marks)
map ` ~l
🍵 


