Mon, 12 Jun 2017 18:38:31 -0400
whitespace
.vimrc | file | annotate | diff | comparison | revisions |
--- a/.vimrc +++ b/.vimrc @@ -58,7 +58,6 @@ let s:filename = expand('<sfile>') call vundle#end() " }}} - " Key maps {{{ nmap <silent> <F1> :Unite buffer<CR> nmap <silent> <C-F1> :Unite -quick-match -short-source-names window tab:no-current<CR> @@ -123,7 +122,6 @@ cabbr Q q cabbr W w "}}} - " General settings {{{ syntax on filetype plugin indent on @@ -223,10 +221,8 @@ endif set guioptions-=T "no toolbar, menu, tearoffs set guioptions-=m set guioptions-=t - " }}} - " Autocmds {{{ augroup vimrc autocmd! @@ -255,7 +251,6 @@ augroup vimrc \ endif autocmd BufReadPost quickfix nmap <buffer> q <C-w>c - augroup END " Make paths when writing, as necessary @@ -274,16 +269,13 @@ augroup encrypted augroup END "}}} - " Perl type-specific settings {{{ let perl_include_pod = 1 let perl_sub_signatures = 1 let perl_sync_dist = 200 " }}} - " Plugin settings {{{ - ">> Vimwiki let g:vimwiki_list = [ \ { @@ -408,10 +400,8 @@ let g:airline#extensions#branch#format = " These are jellybeans colors and some complements let g:interestingWordsGUIColors = ['#C4A258', '#D8AD4C', '#6AADA0', '#71B9F8', '#A037B0', '#CF6A4C'] let g:interestingWordsRandomiseColors = 1 - " }}} - " {{{ Commands " Preview markdown mail -- I edit with headers so I box them in a code block. command! MailPreview enew | set bt=nofile | 0r # | exe 'norm 0O```<Esc>}O```' | silent exe '%!mutt-md2html | mutt-html2txt' | 0 @@ -464,4 +454,3 @@ else colorscheme jellybeans endif endif -