chezmoi: setup i3, xmodmap, Xresources for laptop

This commit is contained in:
2019-04-25 00:59:03 -04:00
parent 5a056cbd6b
commit a4e353ea4c
10 changed files with 529 additions and 570 deletions

View File

@@ -66,7 +66,7 @@ autocmd FileType tex set updatetime=3000
autocmd FileType tex map <F8> :VimtexCompile<CR>
autocmd VimEnter *.tex VimtexCompile
autocmd VimLeave *.tex !tex-clean %:p
autocmd BufNewFile,BufRead *.tmpl set tw=0 sw=2
autocmd BufNewFile,BufRead *.tmpl set tw=0 sw=2 ft=tmpl
" " auto-reload vimrc {{{ "
@@ -414,4 +414,6 @@ autocmd Filetype javascript inoremap <localleader>x process.exit()
autocmd Filetype markdown nnoremap <localleader>x 0f[lrx
" nnoremap <localleader>x 0f[lrx
autocmd Filetype tmpl inoremap <localleader>e {{ else }}
" }}} Local Mappings "