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