# 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 = "\" nnoremap s :w nnoremap f :Sexplore nnoremap l :buffers nnoremap :bn nnoremap :bp nnoremap nnoremap 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 collapse-thread