diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:26 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-08 16:01:26 -0500 |
| commit | f1c1f8f90000f3a64786f84f24a5a65a371eb3cc (patch) | |
| tree | 7ba013fb96826b870a6c14a6e278e53bdf24cf4a | |
| parent | 924a44618fb9bd52697fd9f1125df6159384bf48 (diff) | |
| download | eibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.tar.gz eibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.tar.zst eibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.zip | |
bad map removed
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -104,8 +104,7 @@ call plug#end() """LATEX " Word count: - autocmd FileType tex map <leader>o :w !detex \| wc -w<CR> - autocmd FileType tex inoremap <leader>o <Esc>:w !detex \| wc -w<CR> + autocmd FileType tex map <leader><leader>o :w !detex \| wc -w<CR> " Code snippets autocmd FileType tex inoremap ,fr \begin{frame}<Enter>\frametitle{}<Enter><Enter><++><Enter><Enter>\end{frame}<Enter><Enter><++><Esc>6kf}i autocmd FileType tex inoremap ,fi \begin{fitch}<Enter><Enter>\end{fitch}<Enter><Enter><++><Esc>3kA |
