bad map removed
This commit is contained in:
parent
924a44618f
commit
f1c1f8f900
1 changed files with 1 additions and 2 deletions
3
.vimrc
3
.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
|
||||
|
|
Loading…
Reference in a new issue