texclear greatly improved to prevent bad deletions
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -113,7 +113,7 @@ let mapleader =" "
|
||||
autocmd BufWritePost ~/.scripts/folders,~/.scripts/configs !bash ~/.scripts/shortcuts.sh
|
||||
|
||||
" Runs a script that cleans out tex build files whenever I close out of a .tex file.
|
||||
autocmd VimLeave *.tex !texclear
|
||||
autocmd VimLeave *.tex !texclear %
|
||||
|
||||
" Disables automatic commenting on newline:
|
||||
autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o
|
||||
|
||||
Reference in New Issue
Block a user