summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-08 16:01:26 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-08 16:01:26 -0500
commitf1c1f8f90000f3a64786f84f24a5a65a371eb3cc (patch)
tree7ba013fb96826b870a6c14a6e278e53bdf24cf4a /.vimrc
parent924a44618fb9bd52697fd9f1125df6159384bf48 (diff)
downloadeibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.tar.gz
eibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.tar.zst
eibhear-f1c1f8f90000f3a64786f84f24a5a65a371eb3cc.zip
bad map removed
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 292c698..523308b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -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