Add command to remove trailing spaces
This commit is contained in:
parent
c14113deed
commit
5564d7a2c9
1
init.vim
1
init.vim
|
@ -79,6 +79,7 @@ command! SRC source $MYVIMRC
|
||||||
command! CD :cd %:h
|
command! CD :cd %:h
|
||||||
command! PlugEdit edit $MYVIMDIR/packages.vim
|
command! PlugEdit edit $MYVIMDIR/packages.vim
|
||||||
command! PlugReload source $MYVIMDIR/packages.vim | PlugInstall
|
command! PlugReload source $MYVIMDIR/packages.vim | PlugInstall
|
||||||
|
command! TrailingSpace %s/\s*$//g
|
||||||
|
|
||||||
|
|
||||||
"{{{ latex
|
"{{{ latex
|
||||||
|
|
Loading…
Reference in a new issue