" Pathogen stuff from here execute pathogen#infect() syntax on filetype plugin indent on set background=dark set autoindent set shiftwidth=0 set tabstop=4 set relativenumber set number set numberwidth=5 set hlsearch " f6=copy f7=paste map :w !xclip -f -sel clip map ::-1r !xclip -o -sel clip " colors syntax on "colorscheme molokai " vim default for this is dumb set splitright set splitbelow " Ebin copy pasterino command Copy execute "w !xclip" command Paste execute "r !xclcip -o" " moving around windows nnoremap nnoremap nnoremap nnoremap " Writing stuff let g:limelight_conceal_ctermcfg = 240 autocmd Filetype markdown :Goyo "autocmd Filetype markdown :Limelight autocmd Filetype markdown :set spell autocmd Filetype markdown :set linebreak " Pandoc compiling autocmd Filetype md setlocal makeprg=pandoc\ % -o %:r.md " Tex compiling autocmd Filetype tex setlocal makeprg=pdflatex\ % autocmd Filetype md inoremap :!echopandoc-fmarkdown-implicit_figures-fmarkdown-tpdf% autocmd Filetype tex inoremap ,mp :!pdflatex %