# Configuration Files
## 2019-09-23 17:56

I've  been enjoying  using  vim and  mutt on  tilde.club
without my usual config files, patches & plugins, but my
fingers absolutely  _insist_ on  doing stuff  that won't
work without a wee bit of tweaking.

Here's my tilde.club `~/.vimrc`:

	set number
	set showmode
	let g:netrw_banner = 0
	let g:mapleader = "\<Space>"
	nnoremap <leader>s :w<cr>
	nnoremap <leader>f :Sexplore<cr>
	nnoremap <leader>l :buffers<cr>
	nnoremap <leader><right> :bn<cr>
	nnoremap <leader><left> :bp<cr>
	nnoremap <c-j> <c-w><c-j>
	nnoremap <c-k> <c-w><c-k>

And here's my `~/.muttrc` (which is even simpler, as I'm
only  really using  mutt  as a  tilde.club mailing  list
viewer):

	set sort = "threads"
	set sort_aux = "reverse-last-date-received"
	bind pager gg top
	bind index gg first-entry
	bind index <space> collapse-thread